dbTalk Databases Forums  

SSIS Code Page 1252 / 65001 UTF-8

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS Code Page 1252 / 65001 UTF-8 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Brad Deem
 
Posts: n/a

Default SSIS Code Page 1252 / 65001 UTF-8 - 10-07-2008 , 05:50 PM






I have a UTF-8 encoded comma delimited file. If I try to load that into a
table using an OLE DB Destination. It goes in as Code page 1252 regardless.

Steps to reproduce the behavior.
1. Create a new SSIS package
2. Create a new Data Flow
3. Create a new Flat File Source
4. Modify the Flat File Source to use Comma delimited file that is encoded
UTF-8 65001. Set the Code Page to UTF-8 65001.
5. Create a new SQL Destination
6. Modify the SQL Destination's as follows.
Set Default Code Page = 65001
Set the AlwaysUseDefaultCodePage = True
7. Run the SSIS Package verify that the table is loaded as Code page 1252
instead of UTF-8 Code Page 65001.

Is this a known bug or something miss configured? Also, if I create a
custom script task I can load the table with the proper code page UTF-8.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.