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 the "Data Source" panel, as described in Step 6. This
data source is populated with the most recent updated 25 records that
you also have access to.
We
have included a custom function that you can use to help with data
formatting. Certain formats such as CSV and JSON require some characters
to be handled differently. This can include quotes and commas. The
function is called str:sanitize(), and an example of using it is:
<xsl:value-of select="str:sanitize('e123456789')"/>
The following is an example of formatting for a JSON export along with using
templates and some
statements; such as choose:
Additional Resources