Diysb Tools

Convertir CSV en XML

Convertissez des fichiers CSV au format XML avec des options personnalisables.

Outils CSV
Input CSV
Output XML
Options d'outils
Input CSV Format
Column Separator
Field Quote
Comment Symbol
Conversion Options
First row is treated as column headers
Don't process empty lines in the CSV
Convertir CSV en XML Exemples

Basic CSV to XML

Convert a simple CSV file into an XML format.

name,age,city John,30,New York Alice,25,London
name,age,city John,30,New York Alice,25,London
<root> <row> <name>John</name> <age>30</age> <city>New York</city> </row> <row> <name>Alice</name> <age>25</age> <city>London</city> </row> </root>
<root> <row> <name>John</name> <age>30</age> <city>New York</city> </row> <row> <name>Alice</name> <age>25</age> <city>London</city> </row> </root>
Input CSV Format
Column Separator
Field Quote
Comment Symbol
Conversion Options
First row is treated as column headers
Don't process empty lines in the CSV