Importing data to SQL from Excel using Talend

2019-08-03 17:06发布

问题:

I am trying to import data to SQL from Excel. I have created a successful connection with the database but while trying to retrieve the schema I am not getting my table, instead I am having the schema of the database (Type CATALOG).

How do I get the schema of the table to which I will export the Excel data?

I have refereed to this video to do the import. http://www.youtube.com/watch?v=JDBYU9f1p-I

回答1:

What you can use is tFileExcelSheetOutput, map what you need with tMap and send the to t[DB]Input.

http://www.talendbyexample.com/talend-tdbinput-reference.html



标签: talend