Move a payload from the format you have to the format your target wants — EDI to XML for a mapping spec, XML to JSON for a script, CSV to JSON for a data load. Every converter runs in your browser: paste a customer's file without sending it anywhere.
Turn a JSON array of records into CSV, with proper escaping.
Convert XML into JSON, attributes and text nodes included.
Convert JSON into XML, with sensible element names and nesting.
Turn a CSV into a JSON array of records — headers become keys.
Turn an X12 or EDIFACT file into readable XML — in your browser, nothing uploaded.
Turn an X12 or EDIFACT file into JSON — the shape you map from.
Turn an SAP IDoc into JSON — the shape you map from.
Turn a WSDL's operations, messages, and types into JSON.