开发者

How to transfer data to the target table from multiple sources without using Joiner Transformation in informatica?

开发者 https://www.devze.com 2022-12-10 12:49 出处:网络
I have two sources (source A and Source B), source B is an开发者_JAVA技巧 another one target table in my db. both are in diff user id . Now i have to transfer some data,s from these two sources to tar

I have two sources (source A and Source B), source B is an开发者_JAVA技巧 another one target table in my db. both are in diff user id . Now i have to transfer some data,s from these two sources to target table. Can i transfer data without using the joiner transfermation? how to do ?


Using Source Qualifier -->double click Source Qualifier -->go to properties --> we have to write SQL Query (but our tables must available in same Database)


You could join the two tables using sql in the source qualifier as long as both tables exist in the same database and the connection used can access both tables.


try using SQL query over ride in Source Qualifier.


You can use multiple source definitions which go to a single Source Qualifier. Delete the Source Qualifiers that auto-generate, and create a new Source Qualifier Transformation. Import each Source Definition you need, and tie each of the needed fields from the various source definitions to that one source qualifier. Writing a lot of SQL overrides defeats the purpose of using Informatica for most ETL and slows down the process. (Notice.. I did not say "never" do it..but I am currently re-developing transformations written with large SQL overrides that are very slow and use a lot of resources.)


  • First drag and drop both the source tables.
  • Then delete one source qualifier and create one customized source qualifier.
  • Now override the source qualifier's query using joins and load to target table.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号