CSV to XML converter


Settings Remark
Enter XML template An XML template looks like:

<song track="[%3%]">
   <title>[%1%]</title>
   <artist>[%2%]</artist>
</song>


Replacement markers [%n%] are added at the appropriate locations,
whereby n is a number which refers to the CSV column, starting with number 1.

In the example above [%2%] refers to the second column in the CSV file which is the artist name.

The XML template should not contain the XML declaration and root element. This is set in the other fields.