SSIS reading LF as terminator when its set as CRLF

前端 未结 5 634
走了就别回头了
走了就别回头了 2020-11-30 14:28

using SSIS 2012. My flat file connection manager I have a delimited file where the row delimiter is set to CRLF, but when it processes the file, I have a text c

5条回答
  •  借酒劲吻你
    2020-11-30 15:01

    thank u for all the suggestions. turned out that the vendor had changed the encoding of the file from Ascii to unicode. changing the the package to read the correct encoding did the trick.

提交回复
热议问题