Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Writting Result set to UTF-8 format misplacing characters

$
0
0

Hi,

I am getting this data and writting to a flat file.

select
	'Ottawa'  as city, 
	'ON' as [state] 
union
select
	'Orléans'  as city, 
	'ON' as [state]
Here city column is varchar(30) with fixed width.

here are settings of my flat file connection.

When I am using Code Page 65001 the characters are placing one value.

Here is the output of the file



why it is happening like this for Orleans.

Thanks for any help.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>