Page 1 of 1

How to read multiple files using sequential stage?

Posted: Thu Mar 31, 2011 5:17 am
by nareshketepalli
How to read multiple files using sequential stage?

Re: How to read multiple files using sequential stage?

Posted: Thu Mar 31, 2011 5:25 am
by samyamkrishna
Choose read method as File pattern.

Posted: Thu Mar 31, 2011 9:54 am
by jwiles
You can also specify multiple files in the filename option of the Sequential File stage, or an O/S command which will return multiple filenames.

File pattern, as mentioned above, will work well as long as your files are consistently named to meet the pattern requirements.

Regards,

Posted: Thu Mar 31, 2011 3:39 pm
by ray.wurlod
Yet another method is to use a Filter command using (for example) a cat command.