Release 2.10 of EDI Converter
We’re pleased to announce the release 2.10.4 of our EDI conversion and parsing tools.
The following are the key new features of this version:
- Full support for streaming when processing large EDI files. The streaming mode allows you to convert files of unlimited size.
- Single stateless container without database dependency
- Docker-less installation is also fully supported
- Only two API endpoints, one for JSON conversion and one for CSV conversion
- Improved flexibility when converting to CSV. You can use one of the predefined conversion schemas or create your own. You can configure what fields to include or exclude and how to convert repeating segments.
- New, more detailed and more user-friendly API reference documentation
- The CLI tool now supports a filter based on the EDI transaction type. This comes in handy when you have a mix of 835/837 files in the same folder.
- Updated CORS configuration, so you can call the EDI API from the browser/JavaScript
Follow the documentation to get started with the API server or the CLI converter.