Array To Filenames
This task allows you to convert an array variable containing list of file information, to a variable which can be used in the Filenames field.
Example Array:
test.txt, c:\data\test.txt, 09-08-10 4:50 AM,
1546
test3.txt, c:\data\test3.txt, 09-09-10 4:52 AM, 1978
could be converted to a variable suitable for use in filename
fields:
#test.txt^#test3.txt
In the task settings, you have to specify the column in which the filename appears. In the above example, the filename is in column 1. This is the default for most arrays.