How does this XML to CSV converter decide which XML nodes become rows?
The tool detects repeated XML element paths and suggests the best record candidates, then you choose one record path to export as CSV rows.
Convert XML into spreadsheet-ready CSV with record-path selection, nested flattening controls, editable headers, and a local-only workflow built for Excel and Sheets.
The tool detects repeated XML element paths and suggests the best record candidates, then you choose one record path to export as CSV rows.
Yes. Nested repeated children can be joined into one field, exploded into more rows, or reduced to the first item depending on the flattening mode you choose.
Attributes are included by default as prefixed columns such as @id so they stay distinct from child elements with similar names.
Yes. XML parsing, record detection, flattening, preview, and CSV generation all happen locally in your browser.
The tool will warn you and can still export the root element as a single CSV row when no repeating record set is found.