Hello,
i am trying to put data on my datawarhouse through SSIS,
My data source is a flat file (.CSV) and im trying to convert a column to the string type (textstream , string... anyone)
the problem is that there are blank spaces in the string and it is making it not work :/ i have this error
Flat File Source [12]] Error: Data conversion failed. The data conversion for column "PRENOM_RAISON_SOCIAL_SOUSCRIPTEUR" returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".
so i tried with some values without spaces and it works, but my real data is with blank spaces what can i do to fix the problem??
thank you for help