You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Manoranjitham G <ma...@polarisft.com> on 2013/12/09 11:12:46 UTC

ISO8583

Does camel support ISO8583,ISO20022,EBCDIC dataformats?



--
View this message in context: http://camel.465427.n5.nabble.com/ISO8583-tp5744502.html
Sent from the Camel - Users mailing list archive at Nabble.com.

RE: ISO8583

Posted by "Siano, Stephan" <st...@sap.com>.
Well actually it depends on what you are trying to do with the data, where it comes from and what your JDK supports. If you are just transmitting binary data to somewhere else, the charset doesn't matter. If you e.g. need to convert binary data fetched e.g. from a file to something textual (like a String), you can set the charset parameter of the file endpoint to something the JDK supports. In other cases (e.g. your input is XML with some strange charset correctly defined in the preamble) and you want to do some XML parsing on that, this may even work out of the box.

-----Original Message-----
From: jcarman@carmanconsulting.com [mailto:jcarman@carmanconsulting.com] On Behalf Of James Carman
Sent: Montag, 9. Dezember 2013 12:41
To: users@camel.apache.org
Subject: Re: ISO8583

Camel can support any binary format you want.  It doesn't have
built-in support for these, though.

On Mon, Dec 9, 2013 at 5:12 AM, Manoranjitham G
<ma...@polarisft.com> wrote:
> Does camel support ISO8583,ISO20022,EBCDIC dataformats?
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/ISO8583-tp5744502.html
> Sent from the Camel - Users mailing list archive at Nabble.com.

Re: ISO8583

Posted by James Carman <ja...@carmanconsulting.com>.
Camel can support any binary format you want.  It doesn't have
built-in support for these, though.

On Mon, Dec 9, 2013 at 5:12 AM, Manoranjitham G
<ma...@polarisft.com> wrote:
> Does camel support ISO8583,ISO20022,EBCDIC dataformats?
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/ISO8583-tp5744502.html
> Sent from the Camel - Users mailing list archive at Nabble.com.