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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to put data from MSSQL table to Postgresql?

Hello everyone. I have a MSSQL script which takes some data from db with tMSSqlInput component. How can I put this data into the PostgreSQL table?
I'm so new to the talend and have no idea how to do this Smiley Happy

Labels (3)
2 Replies
manodwhb
Champion II
Champion II

@Reetsoo, you need to do the below way.

 

tMSSqlInput >>row>>main>>tPostgressqloutput

 

manodwhb
Champion II
Champion II

@Reetsoo, you need to do the below way.

 

tMSSqlInput >>row>>main>>tPostgressqloutput