Hey everybody!
Is it possible to convert textdata from Codepage 1252 (Euro Windows Standard) to Codepage 850 (OEM Latin 1, the codepage NAV uses) using Sql Server Integration Services?
I tried to import Data from a text flatfile using SSIS into a NAV Database (Yes, I know that there are dataports
)
I tried to convert the Data from CP 1252 to 850 with a "Dataconversion" Element, but all i get is an error which says that
"transformation from Codepage 1252 to 850 is not supported"
There has to be a way to convert the data with SSIS I believe.
Does anyone ever did something like that?
Comments
Just thought I'd add: NAV does not specifically use OEM 850. C/SIDE does internally use the machine OEM code page, but the actual code page itself depends on your computer's windows system locale (can be 850, 437, 936 and son on), just as the ANSI code page also depends on this - 1252, 1253, 1257 etc..
This posting is provided "AS IS" with no warranties, and confers no rights.
The databases I work with use copage 850, so I have to deal with this.
We have some quite good NAV functions to convert from ansi to oem, so i would be able to transform the data after importing it.
The thing is, that i would like to speed up importing processes using SSIS and i was sure such a big "tool" for data conversion would be able to do such a "standard" transformation... :roll: