Created 06-15-2016 08:34 PM
Is there a way to use Nifi to convert a ISO 8583 message? Converting to json would be nice. Soon I'll be getting a feed from our Mainframe every hour and it will be in ISO 8583 format. I'll need to convert it and process it.
Thanks for any help,
Chris
Created 06-16-2016 08:03 AM
Hi @Chris Mazo,
I am not aware of a processor to deal with ISO8583 messages. I think that your best options are:
Hope this helps.
Created 06-16-2016 08:03 AM
Hi @Chris Mazo,
I am not aware of a processor to deal with ISO8583 messages. I think that your best options are:
Hope this helps.
Created 06-16-2016 01:58 PM
Thanks, I'll look into your suggestion and see what I can come up with.
Created 06-16-2016 02:47 PM
It would be pretty easy to write a processor that uses this library:
https://github.com/vikrantlabde/iso8583-Java or
Created 06-16-2016 02:51 PM
Great thanks. That gives me a place to start.