Flat file destination - Code page Coversion

  • Source : XML (string)

    Staging : SQL table (nvarchar)

    Target : Flat file (437 code page)

    I consume an XML source and load it into SQL table .

    Then trying to load the flat file from SQL table after applying required transformations.

    Select Name, '' as age from Tablename;

    // selecting from staging table;

    Here, I am not able to convert Age from DT_STR from code page 1252 to 437,,,it says it is not supported.

    Name is unicode string and hence am able to convert to 437 code page.

    Can anybody help

  • Maybe convert it to unicode first and then to 437?

    Need an answer? No, you need a question
    My blog at https://sqlkover.com.
    MCSE Business Intelligence - Microsoft Data Platform MVP

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply