tfileinputexcel 在 talend 中的工作原理
How tfileinputexcel works in talend
我正在尝试将 xlsx 文件加载到 postgresql 数据库中。
我的 excel 文件包含 11262 行,但在执行作业后我喜欢 14**** 行,我不知道为什么?我只想在 table
中找到我的 11262 行
here is the job
here is my excel file
我猜你没有检查 Stop reading on encountering empty rows
,它正在从你的 excel 文件中读取空行。
请尝试选中复选框。
我正在尝试将 xlsx 文件加载到 postgresql 数据库中。 我的 excel 文件包含 11262 行,但在执行作业后我喜欢 14**** 行,我不知道为什么?我只想在 table
中找到我的 11262 行here is the job
here is my excel file
我猜你没有检查 Stop reading on encountering empty rows
,它正在从你的 excel 文件中读取空行。
请尝试选中复选框。