How do you join more than 3 flat files in informatica?
Answer / shashikiran
If it is horizontal join then we should use joiner transformation having common columns in both the flat files if it is more than 3 flat files, then number of joiners will no. of flat files - 1 i.e,
if suppose there are 4 flat files then 3 joiners are used.
If the flat files structure is same then we can go for vertical joining by using Union transformation or by using indirect file loading concept.
| Is This Answer Correct ? | 1 Yes | 0 No |
Why you use repository connectivity?
what is the hint? how to use it to reduce the query processing in program?
How union transformation is active ?
How to display First letter of Names in Caps?
After we make a folder shared can it be reversed?Why?
how do the project develops? pls specify right from the start to end in step by steps.
What are the data movement modes in informatcia?
How can we use mapping variables in informatica?
Explain sql transformation in script mode examples in informatica
In warehouses how many schemas are there?
Hi, I have one scenario.. i want to insert 4 times (Duplicate) a row in the target. Please help me . source row: abcabc Tgt table: abcabc abcabc abcabc abcabc
can we use lookup t/r in flat files?what are the t/r's can be used in flat files when compared to relational DB?