SSIS Error: Data conversion failed. The data conversion for column “”RECIPIENT”” returned status value 4 and status text “Text was truncated or one or more characters had no match in the target code page.
Answer:-
(1) Just Right Click on Connection string for your Flat file source and got advanced column and find "RECIPIENT" Column properties update Column size with actual size like from 50 to 100.
(2) Right Click on Flat File Source and choose “Show Advanced Editor”
Go to “Input and Output Properties “ Tab
Expand “Flat File Source Output” and choose “External Columns”
(3) Select column that is causing this error (In my case column is “RECIPIENT” as per above error message) and on right hand side, increase length say 100 or 200 or depending on your column length
(4) Now select “Output Columns” and select same column as above and make this value same as we did in Step 4, in my case its 200 as shown below.
(5) Run It works.