How to remove double quotes surrounding the text while importing a CSV file?

后端 未结 4 1085
死守一世寂寞
死守一世寂寞 2021-01-04 23:24

I have data which resembles the following:

\"D.STEIN\",\"DS\",\"01\",\"ALTRES\",\"TTTTTTFFTT\" 
\"D.STEIN\",\"DS\",\"01\",\"APCASH\",\"TTTTTTFFTT\" 
\"D.STE         


        
4条回答
  •  时光取名叫无心
    2021-01-05 00:01

    Further searching revealed that I should use the Text Qualifier on the General Tab of the Flat File Source.

    Flat file content when viewed in a Notepad++. CRLF denotes that the lines end with Carriage Return and Line Feed.

    Flat file in Notepad++

    On the flat file connection manager, enter the double quotes in the Text qualifier text box.

    General tab of the flat file connection manager

    Once the text qualifier is set, the data would be parsed correctly and displayed as shown below:

    Columns tab of the flat file connection manager

提交回复
热议问题