HTML Table to CSV Converter
Extract data from HTML tables and convert to CSV, TSV, or custom delimited formats. Perfect for scraping web data, converting reports, and preparing data for spreadsheet applications.
Features
- Multiple Tables: Extracts all tables from HTML
- Flexible Delimiters: Comma, semicolon, tab, or pipe
- Proper Escaping: Handles quotes and special characters
- Header Support: Works with th and td elements
- Download Ready: Export as .csv or .tsv file
Use Cases
Web scraping, report conversion, data migration, spreadsheet import, database population, and data analysis preparation.
Tips
Use browser DevTools to copy the HTML of any table (right-click → Inspect → Copy outer HTML). For European locales that use comma as decimal separator, use semicolon as the delimiter.