Customer Portal

Using MsSqlDataWriter to load diacritical characters

Comments 3

  • Avatar
    jurban
    0
    Comment actions Permalink
    it should be possible to specify a code page for BCP. on the wiki documentation of the MSSQl loader (http://wiki.clovergui.net/doku.php?id=c ... ata_writer),
    you can see the "codePageSpecifier" parameter of the component. Try to use that with a valid windows code page number.
  • Avatar
    paulvdb
    0
    Comment actions Permalink
    As far as I can tell, a windows code page that is equivalent to UTF-8 does not exist.

    PaulvdB.
  • Avatar
    misho
    0
    Comment actions Permalink
    Hi,

    use the UniversalWriter to save the data into flat file and doing the code page conversion (e.g. UTF-8 into WINDOWS-1250 for Central European). After that use System Execute component to execute bcp. That will load the data (in correct encoding) into database.

Please sign in to leave a comment.