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
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 do you convert single row from source into three rows into target?
What are mapplets?
What is meant by target load plan?
In warehouses how many schemas are there?
What is a joiner transformation?
What is domain in terms of informatica?
Explain lookup transformation source types in informatica
What are the features of complex mapping?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
Write the different tools in the workflow manager?
what is Active lock explain
What is joiner transformation in informatica?
Explain what are the different types of transformation available in informatica.
What does command task mean?