Can we eliminate duplicate rows by using filter and router transformation ?if so explain me in detail .

Questions by retech   answers by retech

Showing Answers 1 - 5 of 5 Answers

sathya

  • Jun 27th, 2006
 

We can eliminate the duplicate rows by checking the distinct option in the properties of the transformation.

  Was this answer useful?  Yes

neelesh

  • Jul 4th, 2006
 

U can use SQL query for uniqness if the source is Relational

But if the source is Flat file then u should use Shorter or Aggregatot transformation

  Was this answer useful?  Yes

joe

  • Jul 4th, 2006
 

use source qualifier transformation to eleminate duplicate rows

  Was this answer useful?  Yes

Sravan

  • Sep 14th, 2006
 

If we use source qualifier then its good .Also improoves the perfermence

  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