im_onix icon indicating copy to clipboard operation
im_onix copied to clipboard

ONIX 3.0 & 2.1 parser for Ruby

Results 7 im_onix issues
Sort by recently updated
recently updated
newest added

We came across onix messages with multiple tax statements. This PR changes the `price.tax` call into `price.taxes` to support such cases.

I wanted to open a PR from a fork (https://github.com/BookBub/im_onix) in case it's helpful, feel free to dismiss. * Small update to support ruby 2.7 (need an explicit require for...

Is there a maximum number of products that can be parsed in a single file? I'm running into a limit at around 30,000 listings (for a single file with ~1M...

On construit des `Supply` de type `UnpricedItem` de la même manière que les `Supply` qui ont des prix, et on leur ajoute la liste des pays contenu dans le `Market`...