This component provides a server-side action to convert a JSON string into CSV content in a reliable, Excel-friendly format.
It is designed for export/download scenarios and integrations where you need a consistent CSV output without implementing custom parsing logic in each application.
Key features:
Strict JSON validation (ensures the input is a JSON array of objects)
Flattening of nested objects into dot-notation columns.
Array handling (arrays are joined into a single cell using ;)
;
Configurable delimiter with an auto-default behavior.
Returns CSV as text, enabling easy conversion to file content using TextToBinaryData .
TextToBinaryData .