sql - facing error when trying to read using flat file source In SSIS -


i trying read comma separated text file using flat file source in ssis package. text file has 1 column values. when select unicode codepage throwing error:

the specified header or data row delimiter "comma{,}" not found after scanning 655536 bytes of file

sample file:-

styleid, 123456, 123456, 123456, 

can please tell me how resolve this.

appears instead of rows have 1 long string. try setting row delimiter comma.

enter image description here


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -