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.
Comments
Post a Comment