I want to pass an array of values to a datadeploy config file from a Perl Script. Each of the values from this array will have to be deployed to a new row in the destination database.
Can I use something like
iwdd.ipl cfg=/interwoven/iw-home/ddconfig/config.cfg myarea=$myArea myfile=$myDCR ContentId=
@ContentId deployment=Deploy
insead of
iwdd.ipl cfg=/interwoven/iw-home/ddconfig/config.cfg myarea=$myArea myfile=$myDCR ContentId= $ContentId deployment=Deploy
Thanks.