0

私はssisが初めてです。誰か私の質問を手伝ってくれませんか!!

テーブルにインポートする必要があるテキスト ファイルがありますが、次のエラーが発生します。

[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;

上記の行をテーブルに 2 行として挿入する必要があります

Joan;123mckel;st cloud;2
Leo;123avenue;maryland heights;3

これで私を助けてくれませんか。

4

1 に答える 1

3

ソースをそのまま使用し、 を介して渡しMulticast、最初の 2 つの列のみを使用SortingMergeて戻します。このようにして、列 0 から 5、1 から 6 などをマージします。

于 2013-09-10T16:21:52.143 に答える