parse_xml_flatten_v1_parse_xml_flatten_post
Convert nested XML strings into flat key-value JSON for ETL pipelines. Transforms complex XML into structured, queryable data for ingestion.
Instructions
Converts complex, deeply nested XML strings into a flat Key-Value JSON structure. Ideal for data ingestion pipelines and ETL processes.
Cost: 2 credits per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes | The raw XML content to flatten into Key-Value pairs. |