how eliminate the duplicates in flat file with out using
sorter ,aggregater
Answer Posted / sanjay
here i m taking the example of employee table
first use the sorter to get the distinct value....
then use the agg trns, create the output port and use the
count function on employee_id to get the total no. of rows
like.. count(employee_id) and group by employee_id.
create filter trns.. write a condition where output>1... map
it with the target...
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
design of staging area?
How can a transformation be made reusable?
Hi all, Can you please send me the Dimensions and fact tables which are used in mutual fund project. and please send me the brief summary about the project. Please do the needful.
What is a repository? And how to add it in an informatica client?
What is exclusive and normal mode for repository services?
Where do we use mapping variables in informatica?
lookup transformation with screenshots
How many number of sessions can one group in batches?
what is INFORMATICA TESTING process
in reporting we add some new objects,how we get the count of the newly added objects to the report
Can you use flat files in Mapplets.
Can we create two repositories on same database instance in oracle?
where to store informatica rejected data? How to extract the informatica rejected data?
How do you update the records with or without using update strategy?
Suppose we do not group by on any ports of the aggregator what will be the output?