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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Microsoft SQL to Mysql data insertion based on query results

HI,

 

newbie  in talend.

Working on : Talend Open Studio for Data Integration ,Version: 6.4.0

 

My Requirement:

1. I have MSSQL query with gets the result from 4 tables

2. I have a Mysql table with has same columns the resulted query column values should be inserted in Mysql table

 

* I had connected to the DB of Mssql and Mysql

* Please find the attached screenshot.

0683p000009Lv7Y.png

* Please guide me as how to insert the Query resulted values frm MSSQL to Mysql table.

Labels (2)
10 Replies
vapukov
Master II
Master II

for Source (Input) components, it is not important - how many tables in Your query - from Talend side, any complicated SQL query look like single table

 

all what You need (must) - define columns schema for input component - exactly same as query return, that all. After this You can map it to Output column - make transformations and etc