CSV to XML converter


Settings Remark
XML declaration An XML declaration looks like:

<?xml version="1.0" encoding="ISO-8859-1"?>

The XML template should not contain an XML declaration and root element.
If you want an XML declaration you should enter it in this field.
After the CSV file is converted to an XML file, the XML file looks like:

<?xml version="1.0" encoding="ISO-8859-1"?>
<song track="1">
   <title>Dancing queen</title>
   <artist>ABBA</artist>
</song>
<song track="3">
   <title>Nine million bicycles</title>
   <artist>Katie Melua</artist>
</song>
<song track="2">
   <title >Mercy</title>
   <artist>Duffy</artist>
</song>