Can you read multiple input files using one input file component ? (Same DML) How to use in abinitio graph?
Answers were Sorted based on User's Feedback
Answer / archana reddy
Yes, by using Read Multiple file component
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / koyel
Hi,
You can use Read Multiple Files Component for reading multiple input files.It extracts the names of the files from the component's input flow,reads each of the files and writes them to a output file.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anurag
1.On the Data tab of the Properties dialog for the INPUT FILE, click Edit.
2.In the Define Multifile Partitions dialog, click New and enter the full path of the files you wantto process
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the methods to improve the performance of a graph?
In MFS i developer developed 2-way, but supporters r supporting 4-way on same records how is possible?
What are the operations that support avoiding duplicate record?
Why might you create a stored procedure with the with recompile option?
How to migrate the code FROM development to QA and QA to production?
What is brodcasting and replicate?
What is m_dump?
Layout - L1*, L1 - What is the difference
What is common among data validity and data integrity?
i have input like this TABA 1 TABA 2 TABA 3 TABA 4 TABB 7 TABB 8 TABC 1 TABC 2 TABC 5 OUT PUT NAME COL1 COL2 COL3 COL4 TABA 1 2 3 4 TABB 7 8 TABC 1 2 5
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?