简体   繁体   中英

Is there any official jar file available to convert EDI X12(HIPPA) to JSON format

Currently I am working on a project where we have to convert an EDI X12 file to a JSON file.

I didn't find anything related to this in google, can someone please help me with this?

I know there are some commercial mapping tools like Altova, but I require a jar file which I can use in my project directly.

Quick Google search gave me this: https://github.com/BerryWorksSoftware/edi-json

You can also try using this (I'm not sure it supports JSON, but you can easily convert XML to JSON, tutorial ): http://www.smooks.org/

Here is another great way with tutorial: https://www.progress.com/tutorials/xml-converters/converting-edi

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM