Great work! This library alone has made working with ISO8583 much quicker. However, I feel like the spec I have is a bit unordinary. For our bit 63 field the LLLLVAR length is given something like "0078" where the library currently parses 78 which seems on the right trak but apparently the real number of values that follow that I need are 156. Double the value of the parsed message.
I've looked through the documentation and it seems there is no good way to do this other than download the original source and add a new modification into LLLLVAR. Is this correct? Its much more ideal to do this whil extending the library rather than changing the implementation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Great work! This library alone has made working with ISO8583 much quicker. However, I feel like the spec I have is a bit unordinary. For our bit 63 field the LLLLVAR length is given something like "0078" where the library currently parses 78 which seems on the right trak but apparently the real number of values that follow that I need are 156. Double the value of the parsed message.
I've looked through the documentation and it seems there is no good way to do this other than download the original source and add a new modification into LLLLVAR. Is this correct? Its much more ideal to do this whil extending the library rather than changing the implementation.