TSV exports from spreadsheets and analytics tools are everywhere, but some systems still demand XML. Convert TSV to XML turns your tab-separated rows into a well-formed XML document: a root element wrapping one element per record, with each column as a child element.
The converter handles quoted fields, embedded tabs and multi-line cells, then emits prettified XML you can read, validate and hand downstream. Header handling, root and record names, and compact output are all your choice. Everything runs locally in your browser.