cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding the File Adapter with Code Page problem

Former Member
0 Kudos

Hi All,

I have a scenario where I am processing file at receiver end. The code page of the file is Cp037. When I try with this, I am facing the problem. Is there anyway where I can chage the code page of the file which is to processed by File adapter receiver.

I have one idea but I don't know whether it is possible or not. It is to use XML Anonymizer Module.

Please get back to me with your ideas.

Regards,

Achari

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Achaari,

Cp037 ( EBCDIC ) is not a basic but an extended encoding set which might not be supported by the file encoding parameter at the receiver file adapter.

Either you can try the code page conversion using java code as mentioned in this[ post|;

Please refer

Michale's reply and the sriram's reply which talks about some work around using .BAT files.

Regards,

Srinivas

stefan_grube
Active Contributor
0 Kudos

Is cp037 installed on the system, where PI is running?

PI uses the codepage convertion from OS system.

madhusudana_reddy2
Contributor
0 Kudos

Open the receiver file channel selectFile Type --> TEXT then specify the encoding either ASCII, EBCDIC what every the file type. then you file channel will work.

thanks,

madhu