cancel
Showing results for 
Search instead for 
Did you mean: 

File (UTF-8) to File (UTF-16)

Former Member
0 Kudos

Dear Experts,

I have a requirement where PI has to pick the File (the file will be in a UTF-8 format) and place it on target directory in a UTF-16 format. No mapping is required. We are on PI 7.11.

Thanks in advance.

BR,

Rams

Accepted Solutions (0)

Answers (2)

Answers (2)

RaghuVamseedhar
Active Contributor
0 Kudos

Ramesh,

Please use standard module.

FYI.

You can use below adapter modules to change encoding.

    MessageTransformationBean: Transfer.ContentType = text/xml;charset="cp1252"

    TextCodepageConvertionBean: Conversion.charset = "utf-8"

    XMLAnonymizerBean: anonymizer.encoding = "utf-8"

Former Member
0 Kudos

chose file type option as "text" and add encoding type as UTF-16 in the receiver file channel.