data.convert
Convert caller-supplied CSV, TSV, JSON, JSON Lines (NDJSON), or YAML with optional root preservation, deterministic integrity hashes, JSON-encoded nested tabular cells, and explicit rejection of ambiguous duplicate keys or non-finite numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Source format; use jsonl for JSON Lines or NDJSON | |
| content | Yes | ||
| root_mode | No | Normalize the source into record rows, or preserve its parsed root when the target is JSON or YAML | records |
| target_format | Yes | Target format; use jsonl for JSON Lines or NDJSON |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured Data conversion result | |
| meta | Yes | ||
| service | Yes | ||
| version | Yes | ||
| request_id | Yes | Unique request identifier |