2020.1

Table Of Contents
XML File
XML data is displayed as a tree view inside the Data Viewer. To get a better overview you can
also collapse any XML level.
In this tree view you can select nodes just like files in the Windows Explorer: keep the Ctrl key
pressed down while clicking on nodes to select or deselect them, or keep the Shift key pressed
down to select consecutive nodes.
You can select multiple fields even if those fields are in different nodes.
Note
The Goto step is rarely used in XML extraction workflows. The DataMapper moves
through the file using Xpath, a standard query language to identify and navigate nodes in
an XML document.
Extracting transactional data
Promotional data are data about customers, such as addresses, names and phone numbers.
In Connect, each record in the extracted record set represents one recipient. The number of
fields that contain promotional data is the same in each record. These data are stored on the
root level of the extracted record.
Transactional data, on the other hand, are used in communications about transactions
between a company and their customers or suppliers: invoices, statements, and purchase
orders, for example. Naturally these data differ per customer. They are stored in detail tables in
the extracted record. The number of detail lines in a detail table can vary from record to record.
Page 231