how can one eliminate dupliacte data with out using
distinct option?
Answer Posted / sujatha
in the sq data has to be order by key column..then in the
expression trans we have to create a variable port to hold
the previous records key value...and one more variable port
to compare with the current records key value...if the prev
and curr are equal then the 2nd variable value will
get 'Y',if not equal its value will be 'N'.
Take a router ,process the rows which are having the 2nd
variable value as 'N' to the target....these are unique recs
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
Can we get 1st record through Informatica(without sequence number).
What is the difference between router and filter?
Which files are created during the session rums by informatics server?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
Explain joiner transformation in informatica
Suppose we configure sorter transformations in the master and detail pipelines with the following sorted ports in order: item_no, item_name, price. When we configure the join condition, what are the guidelines we need to follow to maintain the sort order?
If I have 10 flat files with same name abc.txt files with different timestamps as source I need to load them in tgt table oracle. in between job execution fails and rows are not loaded into tgt. how can I make them load in that target even if my job fails?
What is domain in terms of informatica?
What is the difference between a repository server and a powerhouse?
can anyone suggest best free Talend data integration training online
Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix. ?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
Explain direct and indirect flat file loading (source file type) - informatica