Data Format Transformer
The Data Format Transformer API allows developers to convert data from one format to another, enforcing consistent key names, types, and structure. This prevents integration failures, reduces ETL complexity, and ensures downstream systems always receive expected formats. Developers can use it to: •Transform JSON arrays into key-value pairs or CSV •Normalize inconsistent field names across…
Data Format Transformer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Data Format Transformer /integration/data-format-transformer |
Receives data in JSON (object or array), applies optional renaming and format conversion (JSON, CSV, key-value), returns normalized data with evaluation timestamp. |