Eintrag in CSV-Datei
AUFTRAGSNUMMER;POSITION;ERFASSER;MATERIAL;MENGE
4711;10;"Harry, ""A"" Williams";Mobile 6600;3
Eintrag in XML-Ausgabedatei
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE eventlist SYSTEM "event.dtd">
<eventlist>
<event>
<attribute type="AUFTRAGSNUMMER">4711</attribute>
<attribute type="POSITION">10</attribute>
<attribute type="ERFASSER">Harry, "A" Williams</attribute>
<attribute type="MATERIAL">Mobile 6600</attribute>
<attribute type="MENGE">3</attribute>
</event>
...
</eventlist>
Wenn Sie in der CSV-Konfigurationsdatei ein Maskierungszeichen angeben, werden beim Erzeugen der XML-Ausgabedatei alle Werte demaskiert.