Exemplo 1: Cabeçalho completo

Entrada no arquivo CSV

ORDER NUMBER;POSITION;RECORDED BY;MATERIAL;QUANTITY

4711;10;"Harry, ""A"" Williams";Mobile 6600;3

Entrada no arquivo de saída XML

<?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>

Se especificar um caractere de mascaramento no arquivo de configuração CSV, todos os valores serão desmascarados ao gerar o arquivo de saída XML.