How can we remove the duplicates from flat file source?
Answer / Ankita Tewari
To remove duplicates from a Flat File Source in Informatica, you can use the "Sort", "Filter", or "Aggregator" transformation. These transformations enable you to identify and eliminate duplicate records based on specific criteria.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have in my source Records like 100,101,102 etc. I have router transformation which has groups like one group is empno=100, second group is empno>99. Now i want to know my source record 100 loads into which group?
can we import source table without using source qualifier? if yes then how? if no then why?
write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6
how can we load first and last record from a flat file source to target?
7 Answers Infosys, ITC Infotech,
Tell me about informatica architecture.
what is shared lookup&persistent lookup?
4 Answers Accenture, Cap Gemini,
On which transformations you created partitions in your project?
What are the tuning techniques you applied during your last project
Session S1, S2, and S3. In the session S3 I want to load every Saturday. How it is possible?
what are the Methods For Creating Reusable Transformations?
can u any challenge your project?
I am using mapping variable, when i am running a session,before it has 10000 records, after completion of session what about value of mapping variable?