Writing an Export Definition
Export Module - Generating Presets Definitions
Currently, the ability to generate presets is available only for XML Format exports, with plans to expand support for CSV and JSON formats in the future. Presets are designed to streamline the export process by allowing users to configure settings ...
XSLT Basic Syntax
XSLT 1.0 is a declarative programming language designed to transform XML documents into other formats, such as XML, HTML, CSV, or JSON. Its template-driven approach allows developers to define how data should be reorganized and outputted. In the ...
An Introduction to XSLT
XSLT 1.0 (Extensible Stylesheet Language Transformations) is a versatile language designed for transforming XML data into various output formats, including CSV, JSON, and XML. As a core part of the W3C’s XML family of technologies, XSLT enables users ...
Creating a CSV Export
Developing the export definition uses XSLT 1.0 as a processor to generate the text out. As you are developing, we encourage you to frequently preview the result to understand how your code is working. The source of the preview data is displayed in ...
Creating a JSON Export
Developing the export definition uses XSLT 1.0 as a processor to generate the text out. As you are developing, we encourage you to frequently preview the result to understand how your code is working. The source of the preview data is displayed in ...
Creating an XML Export
Building using a Preset (XML Only) If you do no have specific format requirements, or would like to see examples of how to develop using XSLT 1.0, you can use our "Presets" feature. To use a Preset, click on the button in the Action Bar. Using the ...
XSLT Functions
XSLT (Extensible Stylesheet Language Transformations) provides a wide variety of built-in functions for working with data, manipulating strings, and performing calculations. Additionally, the we've added some important functions from the EXSLT ...