data_table_format
Convert JSON array data into a structured Markdown table. Specify JSON string, optional headers, and alignment for clear data presentation.
Instructions
将 JSON 数组数据格式化为 Markdown 表格。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON 数组字符串,每个元素为一行数据(对象或数组) | |
| headers | No | 表头列表(留空则自动从数据推断) | |
| align | No | 对齐方式: left / center / right(默认 left) | left |