Tag: Data Conversion

  • JSON to EDI Transform – Conditional Segments

    JSON to EDI Transform – Conditional Segments

    Learn how to create an EDI 810 Invoice message from a JSON document using Liquid Data Mapper. We focus on mapping invoice items to the optional SAC segment, avoiding empty segments, and filtering out zero discount values in the output.

  • Convert BSON to JSON in Liquid Studio

    Convert BSON to JSON in Liquid Studio

    JSON is a lightweight, human-readable data format used for data interchange, while BSON is its binary equivalent, suitable for machine use. Liquid Studio offers two methods for converting BSON to JSON: the Conversion Wizard and Liquid Data Mapper, facilitating data integration without coding.

  • Converting xs:any defined XML data to JSON data

    Converting xs:any defined XML data to JSON data

    Converting XML to JSON can be challenging, especially with xs:any types, as their output can vary between single objects and arrays based on input. Liquid XML Objects and Data Binder provide solutions to streamline this process, including better support for XSD and JSON serialization.