I have a csv file its an inbound file that I am trying to copy to a sql database.
It keeps throwing this error
[Flat File Source [84]] Error: Data conversion failed. The data conversion for column "Gender" 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 [84]] Error: The "output column "Gender" (702)" failed because truncation occurred, and the truncation row disposition on "output column "Gender" (702)" specifies failure on truncation. A truncation
error occurred on the specified object of the specified component.
[Flat File Source [84]] Error: An error occurred while processing file "J:\RawData\Inbound\PIE\206_HealthTrio\HealthTrio_REGDB.txt" on data row 41179.
Any ideas how I can work around this.
Thanks.