XML to CSV Converter — Free Online
Convert XML to CSV spreadsheets in your browser. Auto-detects repeating row elements, flattens nested data, and previews the table before download.
Your data never leaves your browser
XML input
CSV output
No tabular rows to preview.
About this tool
Auto row detectionTable previewDelimiter optionsUTF-8 BOMPrivate
How to use
- Paste XML with repeating elements (e.g. multiple <book> nodes).
- Optionally set the row element path (e.g. book).
- Preview the table and download CSV.
Examples
Catalog to CSV
<catalog><book><title>A</title></book><book><title>B</title></book></catalog>
title A B