简体   繁体   中英

how to import data from 2 table(parent and child table)?-informatica

I tried the SQ and linked directly from source to SQ only the required columns and generated workflow but it shows no result. Do I have to use any other transformation or do I have to add query in SQ if so how? help me thanks in advance.

Try this, Parent Table To Source Qualifier(Parent) & Child Table To Source Qualifier(Child)

Next, Join both Source qualifiers based on a join condition using Join Transform (or) If you want to Union both data sets then use Union transoform

Next, Use expression transform for cleaning,filtering data or to apply any logic

Last, Map the expression transform to load the Target table

I have found the solution no need to use join transformation since they are in parent child relationship. with my previous workflow it didn't show any error, executed fine but the issue is it didn't read any data from source tables hence no rows are inserted into target table

all I did is ,I jus specified the join condition in SQ itself now its working fine.

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