As an intermediary step, EDI-Laravel Framework converts an incoming EDI file to JSON. From there, most programmers can figure out how to get that data into your database, feed it to your ERP or other management systems.

If your company is new to EDI, you might not realize how much work you will save by using the EDI-Laravel framework, so let's show you an example. 

Here's a very small EDI file. It's a 210 so it's an invoice for freight charges. It only contains one invoice. 

Image of EDI file and JSON output
Caption

 

 

That's a screen shot from the EDI-Laravel Framework after manually reading a small EDI file. It shows a few variables pulled from the file, then the data pulled from the file, and finally the file itself.