How to eliminate duplicates from flat file..what is the
procedure
Answer Posted / paulo coelho
In an Unix environment, do:
page YourFile | sort | uniq -c
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a predefined event?
Define the various join types of joiner transformation?
4 yrs etl devloper roles and responsibilities?any body give solutions
What are the popular informatica products?
How to convert a row into column and a column into rows? Name all DTM threads. What all threads stop when we issue STOP or ABORT? How to pass the value of a data(variable kind of) from one session ( generated in mapping) to another session in the same workflow... What are the tyoes of partitioning you know and how to apply them in real time ... Can partitioning be applied to expression transformation and how
Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?
What are the new features of informatica 9.x in developer level?
How to update a particular record in target with out running whole workflow?
where to store informatica rejected data? How to extract the informatica rejected data?
How to do unit testing in informatica?
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 does “tail –f” command do and what is its use as an Informatica admin.
What is the function of union transformation?
How to load the data from a flat file into the target where the source flat file name changes daily?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?