moov-io / iso8583

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

Support Composite field with bitmap #172

Closed alovak closed 10 months ago

alovak commented 2 years ago

How to pack/unpack fields with their own bitmap and subelements?

tloriato commented 2 years ago

I'm not sure how to solve this, but if we could attribute an ISO8583 spec as an "encoding" type maybe...? Looks like a big change?

FacundoMora commented 1 year ago

Hi everyone! About this issue, is there any of you working on a solution?

alovak commented 1 year ago

We don't at the moment

SahibYar commented 10 months ago

based on this comment https://github.com/moov-io/iso8583/issues/177#issuecomment-1613632040

is this issue still open ?

alovak commented 10 months ago

Support for bitmaps in composite fields was added in https://github.com/moov-io/iso8583/pull/229