Page 1 of 1

Reading multiple files

Posted: Fri Mar 13, 2009 1:51 am
by ElkanaS
Hi
I' a beginer in datastage still trying learn my ropes..... I just want ask if theret is a way in parallel jobs, i can be able to read from multiple files of the same format at the same time thanks.

Posted: Fri Mar 13, 2009 2:17 am
by shaminmin26
File Pattern

Posted: Fri Mar 13, 2009 2:54 am
by karthegx
Use 'File Pattern' option in sequential file stage to read multiple files.

Posted: Fri Mar 13, 2009 4:05 am
by mdbatra
1. Use "File" property again & again( if file format is identical but not file names)
2. Use "File Pattern" property( if file names are having an identical pattern as well)

Posted: Sun Mar 15, 2009 9:49 pm
by John Smith
You can also try using an External Source Stage with a unix command to read the files ; handy if you need a bit more logic to determine which files to read e.g in cases where the file names are not in the same pattern.