Skip to Content
0
Dec 29, 2015 at 01:37 PM

handle PI sender binary text

502 Views

Customer send text file by AS2, but PI can't parse Chinese characters.

I wrote some Java code, find out the text file is GB2312.

I have tried very hard to parse the text file with modules, but failed

AF_Modules/TextCodepageConversionBean

AF_Modules/MessageTransformBean


I convert the file to UTF-8 and PI can parse it.

But the customer don't want to use UTF-8 format.😠

Do I have to write a module?

thanks