-
Navigating the CBPR+ November 2025 Deadline: A Technical Guide to Schema Validation and Data Transformation

The global payments landscape is transforming due to the ISO 20022 standard, with SWIFT’s CBPR+ program phasing out legacy MT messages by November 2025. This transition involves complex challenges requiring a deep understanding of XML-based MX formats, schema validation, data mapping, and specialized tools to ensure compliance and data integrity throughout the migration process.
-
Reading from multiple regions in an Excel worksheet with Liquid Data Mapper

This tutorial demonstrates how to extract and transform data from multiple regions within an Excel worksheet and use them within a data mapper transform, merging the data into a single output file.
-
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.
-
NEW XML and JSON IDE – Liquid Studio Overview Video

Liquid Studio IDE is introduced in a new video, showcasing its features like XML Schema Editing, XML Editing, and XPath tools. Users are encouraged to download a free trial to explore its functionalities further. For more information, visit the Liquid Technologies website.
-
Azure Function to Convert XML to JSON using Liquid Data Mapper

Liquid Data Mapper enables graphical data transformation for Microsoft Azure Functions. By adding input and output parameter components, users can seamlessly convert XML data into JSON format. The example illustrates creating a test application in C# that sends XML data to the Azure function, showcasing Liquid Data Mapper’s capabilities for data integration and transformation.
-
Creating Multiple Sample XML Documents from an Excel Spreadsheet with Liquid Data Mapper

This article shows you how to generate multiple XML documents, one for each row in an Excel spreadsheet, using Liquid Data Mapper.
-
Recent XML Community Forum Questions

The Liquid Technologies XML Community Forum recently addressed several user inquiries, including adding schemaLocation to XML elements, generating standalone directives in C#, command line generation of code, handling destination filename errors, mapping XML to JSON, and utilizing DataMapper-generated DLLs. These discussions provide valuable insights for users.
-
NEW Liquid XML Objects – Wizard Overview Demo Video

This overview explains how to create a C# object model from an XML Schema and utilize it for serializing and editing XML data in Microsoft Visual Studio. A free trial of Liquid XML Objects is available for download at the provided link.
-
NEW Convert XML to JSON Demo Video

The new demonstration video showcases the simplicity of converting XML to JSON using the Liquid Data Mapper. Viewers can learn the conversion process with just a few clicks. A free trial of Liquid Studio and Liquid Data Mapper is available for download at the provided link.
-
Using xsi:type in XML Documents and XML Schemas

The content discusses handling multiple repair types in an XML schema for a Repair Shop using xs:choice and C#. It illustrates how to derive specialized types from an abstract base type with xsi:type for better code management and readability in XML. The approach improves polymorphism and simplifies code checks.
