extract_html_table
Convert HTML tables into structured JSON arrays, simplifying data extraction for further processing.
Instructions
Extract HTML tables into structured JSON array.
Parameters:
html — HTML content containing tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |