I have a flat-file which get’s converted to a wrong charset. Where in a pipeline, if you use a flat file dissambler can you change the encoding?
Or what else to do?
I have a flat-file which get’s converted to a wrong charset. Where in a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What is the error you are getting?
You can change the encoding used during flat file disassembly by setting the CodePage property in your flat file schema.
Further to that an algorithm is applied to work out the encoding object to use during disassembly:
using the Code Page property, its value is used.