Scenario:
Can any one explain that how can we load multiple flat files using one mapping
Solution:
Use Indirect option in session properties and give file_list name. In
the file list you can have actual file names with complete path.
Ex: In Session Properties SourceFileType --- Indirect and File Name ABC.txt
ABC.txt will contain all the input file names with complete path.
like
/home/.../...filename.dat
/home/.../...filename1.dat
Comments
Post a Comment