Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Load CSV to Postgres: foreign key table

Hi,

 

I have a csv file to load in several Postgres' tables. I loaded data on the first two table and then I want to fill up the third one. To do that, I need the primary key from table1 and table2. I attached myJob and my tMap2 where I am doing a lookup with the first two table filled.

 

The problem is that the result is always 0 for fk1 (row5.uid_policy) and fk2 (row3.uid_rule_group). How can I solve it? Thank you in advance!

 

 

Labels (3)
10 Replies
Anonymous
Not applicable
Author

@manodwhb 

Ok! Some way I import the job and run it. But uid_rule_group in tLogRow3 sholud be 1,2,3,4 and not 4,4,4,

4.

 

Thank you for your help!!