The attached waj will take a file with comma separated content in the following format:
textA1,textB1,textC1
textA2,textB2,textC2
textA3,textB3,textC3
and output the data, from between the commas, one chunk at a time i.e.
textA1 then ..
textB1 then ..
textC1 etc ..
textA2
textB2
textC2
textA3
textB3
textC3
It will work for any number of rows, and any number of data items per row in your file.
The file name is hard-coded.
Can anyone improve it?
Tony
What improvements would you like to see implemented exactly? If you can describe the desired functionality, we will be able to provide you with a sample job. For example, would you like to be prompted by the job to select the file?