I am getting:
Validation error. CSV Data Flow Task OLE DB Destination [145]: The column "Name" cannot be processed because more than one code page (65001 and 1252) are specified for it.
For all text columns.
Data Flow - > Flat file .csv source -> add one new derived column(text) -> ole db new table destination
I accepted the data type suggestions when setting up the source.
Derived column: simple conditional operator ....?....:....
Setting AlwaysUseDefaultCodePage on destination properties to true did not help.
In Source Advanced Editor, I see the 65001 and can change it 1252. That gives an error, that it has to be 65001
How do I fix it?
Thanks.
------------------------------------------------------------------------------------------------------------------
Data:
AcctNo,Name,OrderQty,RejectedQty,RejectedPercent
HILLBIC0001,Hill Bicycle Center,28050,960,3.42
INTERNAT0003,International Sport Assoc.,28050,960,3.42
TREYRE0001,Trey Research,9600,321,3.34
Kalman Toth, SQL Server & BI Training, SSAS, SSIS, SSRS; http://www.SQLUSA.com
Validation error. CSV Data Flow Task OLE DB Destination [145]: The column "Name" cannot be processed because more than one code page (65001 and 1252) are specified for it.
For all text columns.
Data Flow - > Flat file .csv source -> add one new derived column(text) -> ole db new table destination
I accepted the data type suggestions when setting up the source.
Derived column: simple conditional operator ....?....:....
Setting AlwaysUseDefaultCodePage on destination properties to true did not help.
In Source Advanced Editor, I see the 65001 and can change it 1252. That gives an error, that it has to be 65001
How do I fix it?
Thanks.
------------------------------------------------------------------------------------------------------------------
Data:
AcctNo,Name,OrderQty,RejectedQty,RejectedPercent
HILLBIC0001,Hill Bicycle Center,28050,960,3.42
INTERNAT0003,International Sport Assoc.,28050,960,3.42
TREYRE0001,Trey Research,9600,321,3.34
Kalman Toth, SQL Server & BI Training, SSAS, SSIS, SSRS; http://www.SQLUSA.com