Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

unicode flat file can't find CRLF row delimiter

Tags:

ssis

ssis-2012

I have a csv file that contains unicode characters (specifically Hindi characters) that I need to import using SSIS. When I set the connection to unicode, SSIS cannot find the CRLF delimiters. If I uncheck the unicode check box, it finds the CRLF delimiters just fine.

How can I correctly import this data?

like image 894
JHFB Avatar asked Nov 23 '25 07:11

JHFB


1 Answers

Rather than ticking the "Unicode" checkbox beside the "Locale" drop-down, leave the checkbox blank and pick "65001 (UTF-8)" option from the "Locale" drop-down instead. I discovered it just today after wasting some 30 minutes trying various combinations of encodings etc. May work in your case as well.

like image 160
Piotr L Avatar answered Nov 24 '25 23:11

Piotr L



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!