Importing data to SQL from Excel using Talend

醉酒当歌 提交于 2019-12-13 19:16:25

问题


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



来源:https://stackoverflow.com/questions/23833391/importing-data-to-sql-from-excel-using-talend

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!