How can I get distinct values while mapping in Informatica in insertion?

Showing Answers 1 - 3 of 3 Answers

Manisha

  • Jul 17th, 2006
 

You can add an aggregator before insert and group by the feilds that need to be distinct.

  Was this answer useful?  Yes

abc

  • Jul 26th, 2006
 

IN the source qualifier write the query with distinct on key column 

  Was this answer useful?  Yes

MOHAN REDDY

  • Aug 27th, 2006
 

Well

There are two methods to get distinct values:

If the sources are databases then we can go for SQL-override in source qualifier by changing the default SQL query. I mean selecting the check box called [] select distinct.

and

if the sources are heterogeneous, i mean from different file systems, then we can use SORTER Transformation and in transformation properties select the check box called [] select distinct same as in source qualifier, we can get distinct values.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions