Skip to content
Back to workflows

Markdown Table Convert

Convert a Markdown table into JSON objects, CSV, and SQL INSERTs

5 steps~4 seconds
Progress0/5
1

Markdown Table Input

Pending

Paste a table in Markdown format

2

Parse Table Rows

Pending

Extract the header row and all data rows

Auto-filled from previous step
3

Convert to JSON Objects

Pending

Map each row to a JSON object using the header

Auto-filled from previous step
4

Convert to CSV

Pending

Convert table rows to CSV text

Auto-filled from previous step
5

Convert to SQL INSERT

Pending

Convert table rows to SQL INSERT statements

Auto-filled from previous step
Advertisement