
Anonymous
Not applicable
2015-08-13
09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ANSI encoding
HI,
I try to convert a file from UTF8 without BOM to ANSI.
To do so, I use the tChangeFileEncoding component that I set like this for the output file : "CUSTOM", "ISO-8859-1".
The first time I run this job, the out file is well ANSI encoded.
But if I delete it and run the job one more time, the out file is, this time, UTF8 without BOM encoded.
Same thing if I use this setting for the output file : "CUSTOM", "windows-1252".
What is the way of setting the tChangeFileEncoding component to get an out file ANSI encoded.
Many thanks,
Benoit.
I try to convert a file from UTF8 without BOM to ANSI.
To do so, I use the tChangeFileEncoding component that I set like this for the output file : "CUSTOM", "ISO-8859-1".
The first time I run this job, the out file is well ANSI encoded.
But if I delete it and run the job one more time, the out file is, this time, UTF8 without BOM encoded.
Same thing if I use this setting for the output file : "CUSTOM", "windows-1252".
What is the way of setting the tChangeFileEncoding component to get an out file ANSI encoded.
Many thanks,
Benoit.
241 Views
2 Replies

Anonymous
Not applicable
2015-08-13
10:15 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If understand correct you wanted to set custom encoding to output file? if yes then you don`t need to use tChangeFileEncoding you can set it using Advance property of tFileOutputDelimited component.
241 Views

Anonymous
Not applicable
2015-08-14
04:02 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Umesh, thanks for your answer.
Sure, I tried this, but it works the same way if I use the tFileOutputDelemited component.
First time, I get ANSI encoding and then .... UTF8.
Sure, I tried this, but it works the same way if I use the tFileOutputDelemited component.
First time, I get ANSI encoding and then .... UTF8.
241 Views
