Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Output format | select | Yes | Target format: CSV, JSON, XML, or Excel |
| JSON path | string | No | JSONPath expression to select a subset of the input data |
| Delimiter | string | No | Column delimiter for CSV output. Defaults to , |
| Include headers | boolean | No | Include column headers in CSV output. Defaults to true |
| Pretty print | boolean | No | Format JSON/XML output with indentation. Defaults to false |
| Sheet name | string | No | Worksheet name for Excel output |
| Root element | string | No | Root element name for XML output |