Entry in CSV file
ORDER NUMBER;POSITION;RECORDED BY;MATERIAL;QUANTITY
4711;10;"Harry, ""A"" Williams";Mobile 6600;3
Entry in XML output file
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE eventlist SYSTEM "event.dtd">
<eventlist>
<event>
<attribute type="ORDER NUMBER">4711</attribute>
<attribute type="POSITION">10</attribute>
<attribute type="RECORDED BY">Harry, "A" Williams</attribute>
<attribute type="MATERIAL">Mobile 6600</attribute>
<attribute type="QUANTITY">3</attribute>
</event>
...
</eventlist>
If you specify a masking character in the CSV configuration file, all values are unmasked when generating the XML output file.