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 only null records into target? Explain through mapping flow.
Define mapplet?
Explain the different lookup methods used in informatica?
Which transformation is needed while using the Cobol sources as source definitions?
State the differences between sql override and lookup override?
Hi, I want to change date type char value integer value? I tried alter table tab_name modify (newcolumn newdatetype). But The columns have 10 million values(char type) so I want to load now numeric data. How it is possible? Old Values New Value(I want to load numeric data but the old value should be there in the column) Y 1 N 0 ERROR at line 1: ORA-01439: column to be modified must be empty to change datatype Please help on this. Thanks, GM
What is decode in static cache?
What is a repository manager?
Differentiate between sessions and batches?
Parameter and variable differences
Can we get 1st record through Informatica(without sequence number).
What is decode in informatica?
What are active and passive transformations?
How many ways are there to create ports?
What is the difference between Active and Passive transformation?