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
Briefly describe lookup transformation?
What are the types of schemas we have in data warehouse and what are the difference between them?
can we override a native sql query within informatica? How do we do it?
How does a rank transform differ from aggregator transform functions max and min?
What are the measure objects?
Which means the first record should come as last record and last record should come as first record and load into the target file?
whats the logic to load the lower level of granularity of data to fact table.
Mention few advantages of router transformation over filter transformation.
Please let me know how to make Data masking in informatica..
What is the advantage of informatica?
What is joiner change?
What are the reusable transformations?
What is the format of informatica objects in a repository?
Explain sessions. Explain how batches are used to combine executions?
How to create Target definition for flat files?