Converters
Generate a clean, escaped HTML table from CSV — ready to paste into any web page.
Conversion runs locally in your browser. Nothing is uploaded, logged, or stored.
The CSV is parsed with full quote handling, then rendered as semantic HTML: a <thead> with <th> cells for the header, and one <tr> per data row inside <tbody>. Every cell is HTML-escaped — <, >, and & become entities — so data containing markup renders as text instead of breaking your page.
The output has no inline styles, so you can style it with your existing CSS. Also explore the CSV to JSON and CSV to YAML converters.
Maintain pricing data in a spreadsheet, export as CSV, and regenerate the HTML table for your site.
Generate simple table markup for HTML emails where complex components are not an option.
Convert XML to JSON with support for nested elements, attributes, arrays, CDATA, and text nodes.
Convert JSON to well-formed XML with objects, arrays, nested structures, and custom root elements.
Convert JSON to clean, readable YAML — ideal for config files, Kubernetes manifests, and CI pipelines.
Convert YAML to JSON with full support for nesting, lists, and scalar types.
Looking for something else? Browse all tools