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: 
MAfridi1650945823
Contributor
Contributor

how to insert data into postgresql without replacing any duplicate records

Hey all ,

I'm newbie in Talend , I want to know that how can i insert all records in PostgreSQL without replacing or deleting any duplicate records ,

Labels (4)
2 Replies
Anonymous
Not applicable

Hello @Mahnoor Afridi​, go to the advanced settings panel of tPostGresqlOutput, check the 'use fields' option and select 'Insertable' option for all columns.

 

Regards

Shong

Anonymous
Not applicable

Hello,

 

Create a staging table load the data into that table.

Then either use a Row component to insert the records to the target or an tELTMap but we also have SCD components if you want to keep your historical data.

 

We also have insert or update but that would "replace" the existing records.