XML ⇄ CSV Converter
Convert a list of XML records into a CSV table, or CSV rows into a simple XML document. Handles files up to 200MB.
Or convert a file directly — supports files up to 200MB
Drag & drop a file here, or click to browse
Processed in the background, so the page stays responsive even for huge files
How to use this tool
For XML → CSV, paste XML that contains a repeating list of records (like <record> elements) — the tool automatically finds that list and flattens nested fields into dotted column names. For CSV → XML, each row becomes a <record> element wrapped in a <root> tag. Everything is processed locally in your browser.
Related Tools
Related Blog Posts
The Complete Guide to Converting CSV and XML Files to Excel
How to turn CSV exports and XML records into proper spreadsheets, and validate XML before you rely on it for reporting.
Read moreHow to Convert JSON to Excel, CSV, XML, and YAML — Free Online Guide
A practical guide to turning JSON data into the spreadsheet, XML, and config formats the next tool in line actually expects.
Read moreHow to Flatten Nested JSON and Convert JSON Lines (JSONL) Files
Turn deeply nested JSON into spreadsheet-ready rows, and make sense of JSON Lines files most spreadsheet tools can't open.
Read more