moov-io / iso8583

A golang implementation to marshal and unmarshal iso8583 message.
https://moov.io
Apache License 2.0
349 stars 103 forks source link

improvement using configuration file #19

Closed mfdeveloper508 closed 3 years ago

mfdeveloper508 commented 3 years ago

These data fields are slightly different based on the network, so we would like to use a JSON configuration file for parsing the data elements rather than hard coding the logic for every use case.

The goal is to allow for ascii, XML, or JSON requests into the library and transpose the message data. Example: https://github.com/kamshory/ISO8583-JSON-XML

mfdeveloper508 commented 3 years ago

https://github.com/moov-io/iso8583/pull/20