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
What is olap (on-line analytical processing?
How you know when to use a static cache and dynamic cache in lookup transformation?
Explain incremental aggregation in informatica
What are different types of transformations available in informatica?
What is a repository? And how to add it in an informatica client?
Difference between Data and Index Caches?
How to generate or load values in to the target table based on a column value using informatica etl tool.
How do you remove duplicate records in informatica? And how many ways are there to do it?
What is informatica? Why do we need it?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
How can a transformation be made reusable?
According to his methodology what all you need before you build a datawarehouse
What are data-driven sessions?
Explain what are the different versions of informatica?
How to configure mapping in informatica?