私は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
これで私を助けてくれませんか。