Parses Markdown table syntax and converts it to CSV. Handles standard GFM tables with pipe delimiters, strips alignment indicators from the separator row, and preserves all cell content. Multiple tables in the input are converted separately.
Paste Markdown tables and get downloadable CSV files in seconds. To convert in the other direction, use the CSV to Markdown Table converter.
GFM table
Input
| Name | Age | |---|---| | Alice | 30 |
Output
Name,Age Alice,30
Convert CSV data into a formatted Markdown table.
Convert CSV data into a JSON array of objects.
Extract data from HTML tables and convert to CSV or JSON.
Format and validate CSV data with custom delimiter options.
Convert Markdown to HTML instantly.
Convert HTML markup to clean Markdown syntax.