Improved Parsing of Numbers and Dates (EDI Converter Release 2.11.3)
We’re pleased to announce the release 2.11.3 of our EDI Converter.
This release improves conversion of X12 data types, including more intuitive conversion error messages.
We also fixed several bugs related to parsing 810 transactions and a few others.
We’ve also updated our data dictionary. It now includes all fields for 837P/I, including service line-level fields.
How to Upgrade
API Docker container
Update the image tag to repo.datainsight.health/ediconvert:2.11
and pull the new image.
The latest docker-compose file is always available in our GitHub repo.
To see the version number, invoke the about
endpoint, e.g., curl http://localhost:5080/api/about
.
CLI tool
- Download the new version from this link, unzip.
- Replace the content of your existing installation with the files from the new version, including
lib
andconf
folders. Do not delete your license file. - Run
ediconvert -V
to view the version number; the output should contain theediconvert 2.11.3
line.
EDI Parser for Java
Update the version number of the “edi” dependency in your build.gradle or pom.xml:
implementation "hdi:edi:2.11.3"