2016-08-19 50 views
0

我是TalendETL的新手,並且正在使用Talend Open Studio for Big Data版本6.2。talend etl oracle錯誤0行插入

我開發了一個簡單的Talend ETL作業,它從tFileInputExcel和tOracleInput(維度日期)獲取數據並將數據插入到本地Oracle數據庫中。

下面是我包的樣子:

enter image description here

enter image description here

此作業運行,但我得到0行插入我的本地Oracle數據庫

+0

tMap設置和tOracleOutput設置如何? – tobi6

+0

tMap_3連接條件應該被檢查,因爲它清楚你沒有從tMap_3得到任何輸出 – garpitmzn

回答

0

您的圖片顯示,沒有行來你的tMap組件。驗證Tmap內的鏈接是否已更正。

+0

是的它是正確的。 –

+0

你能告訴我們tMap的截圖嗎? – Guymage

0

似乎沒有數據匹配fgf.LIBELLE_MOIS和row2.B.

+0

在文件輸入excel我有每行15列,但在dim_dat我有30行每月。 –