HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND
LOOKUP?
Answer Posted / rahul patil
All the above approaches are not correct because question was to join two flat files... if we use indirect file or unix command or joiner trns, we could only union two files but not join.
If we have file1 --- 100 records and
file2 --- 100 records then through above approaches we would have only 200 records.
But a join without join condition would return cartesian product and in our case count should be 10000.
Rahul Patil
DWHKID
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you load alternate records into different tables through mapping flow?
Can informatica load heterogeneous targets from heterogeneous sources?
what is unit testing?tell me proceedure
Can we get 1st record through Informatica(without sequence number).
Design time, run time. If you don't create parameter what will happen
Explain lookup transformation is active in informatica
What are the components of the workflow manager?
What is difference between a gateway node and worker node?
can we override a native sql query within informatica? Where do we do it?
What is update strategy transform?
can we override a native sql query within informatica? How do we do it?
What is an Integration service in Informatica?
Mention some types of transformation?
While migrating the data from one environment to another environment how would you manage the connections?
What are different types of transformations available in informatica?