SSIS - Flat file always ANSI never UTF-8 encoded

前端 未结 6 1171
猫巷女王i
猫巷女王i 2020-12-08 21:11

Have a pretty straight forward SSIS package:

  • OLE DB Source to get data via a view, (all string columns in db table nvarchar or nchar).
  • Derived Column
6条回答
  •  执笔经年
    2020-12-08 22:02

    OK - seemed to have found an acceptable work-around on SQL Server Forums. Essentially I had to create two UTF-8 template files, use a File Task to copy them to my destination then make sure I was appending data rather than overwriting.

提交回复
热议问题