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 |
what is the complex transformation you used in informatica
suppose if we have dublicate records in a table temp n now i want to pass unique values to t1 n dublicat values to t2 in single mapping?how
Why do flat file load is faster if you compare that with table load ? Please answer me. Advance Thanks, Manojkumar
what is tha tracesing level? and difference betweentrace in normal and verbose and nonverbose?
what is Partitioning ? where we can use Partition?
how can we use sorter transformation in joins?
Explain in detail about scd type 1 through mapping.
how i will stop my workflow after 10 errors
I am hvaing SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out
Explain grouped cross tab?
What is hash partition?
I am Unable to load the FixedWith FlatFile Into The Target.What Is The Reason. PLZ Help Me..