Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Problem with the ecnoding
- This topic has 2 replies, 1 voice, and was last updated 9 years, 3 months ago by
community-content.
-
AuthorPosts
-
-
September 18, 2009 at 8:05 AM #23275
Dear BizTalk Collegaues ,
I have one issue regarding encoding in BizTalk and hope that you maybe can help me.
Namely the case is next :
I have one very simple BizTalk orchestration which consist from one Receive port , one Message Transform (with the appropriate mapping inside) and one Send port. The process is very simple, first somebody post the xml file in folder when BizTalk pickup that message , then BizTalk convert that message to appropriate format and as a output we get on CSV file which should be later processed by the other systems.
Here I face with one problem : ENCODING. Namely, the problem is that this incoming XML message has German characteres which also should be presented in the CSV output file but they are not there.
Also for Send Port I made apart BizTalk Send Pipline with appropriate FLAT FILE Assembler (based on which I made this CSV output file). In that FLAT FILE ASSEMBLER in Proprieties in Target Charset I chosee (UTF-8 (65001)). Also in schema which I use as a Documetn Schema in FLAT FILE ASSEMBLER I chosee in Code Page settings in Propreties the value UTF-8 (65001).
But still with this settings I still have a problem with my BT application.
Have somebody idea what can be wrong with this.
Thanks in advance.
Everything inside this works perfect expect one thing ENCODING.
-
September 18, 2009 at 8:50 AM #23277
Hi,
Have you tried setting the Target charset to “Western-European(1252)” encoding in the Pipeline Component Properties of your Flat File Assembler and see if that works?
By the way, setting the code page settings in your schema has no effect on message construction and output, just for your information.
Good luck!
Daniel.
-
September 19, 2009 at 12:13 PM #23281
Hi Daniel,
And first thank you very much, you are king of BizTalk.
I tested your solution and result is positive, now in output file I have German characters.
Once again thanks.
Regards,
Marko
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.