json-to-csv
Service icon

JSON To CSV

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 1 Feb (21 hours ago)
 by 
0.0
 (0 ratings)
json-to-csv

JSON To CSV

Details
Provides server-side utilities to transform JSON data into CSV format. The extension supports strict JSON validation, flattening of nested objects into dot-notation columns, array handling, configurable CSV delimiters, and Excel-friendly output. Designed for reuse in integrations, exports, and file downloads.
Read more

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 .

Release notes (1.0.0)
License (1.0.0)
Reviews (0)
Team
Other assets in this category