简体   繁体   中英

Combine two tables with Informatica

I am trying to solve an Informatica problem

I have two tables: Table A and Table B have the following structure

Table A

A_Key
A_Name
A_Address
A_PostalCode
A_Country
A_Latitude
A_Longitude

Table B

B_Key
B_Name
B_PostalCode
B_Latitude
B_Longitude

I need to combine A & B in order to have one output table that contains all the Attribute of A & B.

Since I am new to Informatica Data Quality tool, I am trying to find the logic how I can implement this.

Does anyone have a better solution?

You can use a Joiner Transformation to do this.

It has two groups - Master and Detail. Ideally, you should connect the table with lesser data to the Master and the table with additional data should be connected to Detail section.

Ensure your table data is sorted before connecting to the joiner. Also, enable the Sorted Input in the advanced section of the Joiner Transformation.

再次对于Powercenter,这种情况听起来更像是我的结合,并将b组中缺失的列设置为null

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM