Table Extractor
Extracts tabular rows from HTML tables, CSV, TSV, or pipe tables passed inline in JSON.
Run tool
Form input
Direct JSON or Markdown
Submit JSON directly or Markdown that can be converted into JSON.
Work steps
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
csv | text | Yes | Csv |
Outputs
| Name | Type | Description |
|---|---|---|
tables | array | Tables |
work | array | Work |
Sample request
{
"csv": "name,amount\nAcme,42"
}