Type conversion issue

  • with BCP command i am getting .csv output this will be uploading to sql table.

    I am exporting the data with pipe delimiter having 5 columns.

    While importing same data,One of the column is occupying other columns(or spiting) and it is causing the issue at type conversion .

    I have used same delimiter while importing the data. and there is no pipe delimiter in that column

    Data type of columns varchar(40).

    In CSV file also i am getting column miss match.

  • Row delimiter (CR LF) in the column data?

    Column delimiter in the column data?

    -- Gianluca Sartori

  • Row delimiter (CR LF) in the column data?

    ''New Line"

    Column delimiter in the column data?

    |

  • I mean: did you check that row or column delimiters are not in the column data?

    -- Gianluca Sartori

Viewing 4 posts - 1 through 3 (of 3 total)

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