Filter, Sorter, Joiner Transformations and Source Qualifier

Why do we need transformations like filter, sorter, Joiner etc when we can do all those tasks with Source Qualifier itself using queries?

Showing Answers 1 - 6 of 6 Answers

jatin

  • Jun 8th, 2017
 

Its because in source qualifier you can make the transformations like join, filter only with homogeneous sources like tables can only joined with tables. But if you have to join a file and a table then you have to use components like join and filter. Also some of transformations its better you do with the components as its faster and you can get proper logs and debug the issue.

  Was this answer useful?  Yes

anand

  • Jul 15th, 2017
 

Because of whenever we are getting data from tables then src_quli works, not for filedata

  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