Parses HTML <table> markup and converts the data to CSV or JSON. Handles <thead>, <tbody>, rowspan, and colspan attributes. If the HTML contains multiple tables, each is converted separately with a selector to choose which one to export. Great for scraping data from web pages.
Paste your HTML containing tables and export the data as structured CSV or JSON. To go from JSON back to an HTML table, use the JSON to HTML Table converter.
Simple table
Input
<table><tr><th>Name</th></tr><tr><td>Alice</td></tr></table>
Output
Name Alice
Convert a JSON array of objects to an HTML table.
Convert CSV data into a JSON array of objects.
Convert Markdown tables back to CSV format.
Convert Markdown to HTML instantly.
Convert HTML markup to clean Markdown syntax.
Flatten a JSON array of objects into a CSV spreadsheet.