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 are active transformations.
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
How can we store previous session logs?
What is difference between a gateway node and worker node?
What is the use of code page?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
What are different types of transformations available in informatica?
define galaxy repository in informatica
Explain direct and indirect flat file loading (source file type) - informatica
explain abt ur project architecture?
In informatics server which files are created during the session rums?
While migrating the data from one environment to another environment how would you manage the connections?
What is the use of an aggregator cache file?
Explain scd type 3 through mapping.
complex mapping ur project u r invlve can u explain and give real time example give me ?