Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
* Please guide me as how to insert the Query resulted values frm MSSQL to Mysql table.
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
Hi,
You simply want to load from mssql to mysql.
And All the columns also same?
by googling i just mapped with tmap and did .
Please let me know the correct process of mapping.
*My executed Query columns and mysql table columns are same.
Hi Rohit,
In MSSQLinput schema is in BuiltIn use Repository and choose your table metadata and you will get all the columns as you expected.
While mapping : Query executed columns are not showing
i had kept Query type as repository
Here you are querying from one table : persons for single table its mapping
but my query with multiple tables . in this case how to map