CSV / Table to XML — free online tool
You have a spreadsheet or a chunk of CSV, and some other program wants it as XML instead. Doing that by hand is slow and easy to get wrong, especially when the tags have to match an exact format. We added a free tool that does it for you — CSV / Table to XML — right in your browser.
What it does
Paste your CSV (or tab-separated) data and you get well-formed XML straight away. You can set your own names for the root element, each row, and each column, so the result lines up with the schema you actually need instead of generic tags.
Nothing leaves your device
The whole thing runs inside your browser. Your data is never uploaded to a server and nothing is saved anywhere. When you close the tab, it's gone. That makes it safe even for tables with private or work information.
How to use it
- Open CSV / Table to XML and paste your CSV or tab-separated text.
- Set the root, row, and column names if you want them to match your schema.
- Copy the XML it gives you.
It's free with no limit. There are more small tools on the Apps page.