cancel
Showing results for 
Search instead for 
Did you mean: 

code page conversion

Former Member
0 Kudos

Hi

I have requirement to pick up UTF 7 files. In sender FCC i have used code page conversion bean. But the adapter is not accepting UTF 7 format. What could be another option.

I am using a 3rd party adapter (XLink adapter) and the error is occurring here itself.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi pratichi,

You can develop a module which converts the file content from UTF-7 to UTF-8 o other enconding which be valid for your adapter.

This module must called before the your adapter module.

Regards

Ivan