我是新手,有人能帮我回答我的问题吗?!
我有一个文本文件需要导入到一个表中,但是我得到了以下错误
[Flat File Source [26]] Error: Data conversion failed. The data conversion for column "Column 4" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".
[Flat File Source [26]] Error: The "output column "Column 4" (51)" failed because truncation occurred, and the truncation row disposition on "output column "Column 4" (51)" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.我的文件没有列标题,格式如下。
Joan;123mckel;st cloud;2;Leo;123avenue;maryland heights;3;我需要将上面的行作为两行插入到表中
Joan;123mckel;st cloud;2
Leo;123avenue;maryland heights;3你能帮我拿一下这个吗?
发布于 2013-09-11 00:21:52
按原样使用源代码,通过Multicast、Sorting传递它,然后仅使用前两列Merge它们。这样,您将合并0到5列、1到6列,依此类推。
https://stackoverflow.com/questions/18716195
复制相似问题