Transforming Import Data
Import Transformation Patterns (XSLT)
This article provides practical, ready-to-use XSLT 1.0 code for the most common data manipulation tasks. Each pattern is presented in a separate section. Within each section, you'll find tabs explaining the Goal, showing the Source XML you're ...
Understanding the Source and Target XML Formats
This guide explains the two critical data structures you need to know for any transformation: the system-generated source XML (your starting point) and the required target XML (your goal). Understanding the Source and Target XML Formats Every data ...
Introduction to Import Data Transformation
Sometimes, the data in your source file isn't in the exact structure or format that your forms require. Data Transformation is an optional but powerful step in the import process that allows you to clean, restructure, and manipulate your source data ...