edi-json icon indicating copy to clipboard operation
edi-json copied to clipboard

Serializing EDI as JSON

Results 14 edi-json issues
Sort by recently updated
recently updated
newest added

Thank you for the code implementation for parsing EDI File I tired replicating in my eclipse but unable to get the expected output in Json format. can you help in...

JSON to EDI is just in Premium version? - where I can get the Premium and for what price? - is the JSON to EDI runnable from CLI ?

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Can this be available in maven central or any other repository ?

The XML parser allows for the use of an [EDISyntaxExceptionHandler](https://github.com/BerryWorksSoftware/edireader/blob/master/edireader/src/main/java/com/berryworks/edireader/error/EDISyntaxExceptionHandler.java) to ignore errors and move on anyway. This feature should also be provided for JSON data when creating the edi...

How do I set -r flag using EDI-JSON? I can not find com.berryworks.edireader.json.fromedi.EdiToJson; in order to modify it to support skipping over SE count errors. Thanks !!

When generating the JSON, the output does not include names for the arrays. When converting to an object, the arrays are anonymous and makes navigating the objects very difficult. for...

This is the file i tried to parse [edi215.txt](https://github.com/BerryWorksSoftware/edi-json/files/3527732/edi215.txt) On CLI, it yields this error ``` Segment count error in SE segment. Expected 40 instead of 41 at segment 42,...

When using the converted json and parsing into a java or javascript (or other) object model, characters like - (dash) and _ (underscore) cause the user to use the `object['property-name']`...