How to Create an EDI to JSON Transformation

October 26, 2016 Data Platform

With the exploding adoption of IoT and mobile applications, how do you handle all this data behind REST web services along with their expanded requirements?

For years, Progress customers have been using XML Converters to bi-directionally convert EDI and flat-file data into XML documents and streams. As companies adopt and integrate with IoT, mobile devices and data behind REST web services, their requirements have expanded, now requiring bi-directional conversion of EDI/flat-file data into JSON instead of XML.


How to Convert  EDI/Flat-file Data Into JSON with XQuery and XML Converters

How can one do this with XQuery and the XML Converters?  Let me show you using the following sample X12 270 5010 (Real-time eligibility, coverage or benefit requests) HIPAA document and Stylus Studio

Using Stylus Studio’s XML Mapper functionality and the DataDirect XQuery engine, you’ve mapped your EDI data into the desired XML Schema (see below).

When you press the green preview button, you generate your desired XML output.

The DataDirect XQuery engine is seamlessly integrated with the XML Converters and can force the output into another supported format just by using one of the DataDirect XQuery functions. To generate the output as JSON data, write the following command at the beginning of your existing XQuery statement.

declare option ddtek:serialize “method=JSON”;

 

Re-run your XQuery statement by pressing the green preview button. You’ll see the output has been converted to JSON based on the XML Schema defined.

Now, your web clients, mobile applications or IoT devices are ready to support real-time eligibility, coverage or benefit requests with JSON.

Real-Time Access to XML Data

Get instant SQL connectivity from tabular and hierarchical-formatted XML documents with a single connector. Progress DataDirect enables you to connect to XML via ODBC, XML Converters, XQuery or XML editor. These solutions enable the easy integration of XML data with your application, along with the ability to quickly retrieve data from either a local file system, a web server or a web service.

Try Now

Gordon Crenshaw

Read next Progress DataDirect Now Connects to Denodo