Skip to content

CSV ↔ XML

New

Convert CSV tables to XML and XML records back to CSV for spreadsheet and API workflows.

  • Processed in your browser
  • Privacy-first
  • No account required
  • Nothing uploaded by default

Examples

CSV to XML

name,tools
DevKit,100
<root><item><name>DevKit</name><tools>100</tools></item></root>