Import csv file error into decimal data type

  • I am using the import task wizard to import data into a decimal data type. If there is no data (no value and commas butt against each other), the file will not import. The field in the table allows null values.

  • It sounds like that SSIS is trying to put an empty string into the field which will not work.

    You may have to use a function on this field that converts empty strings into nulls.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply