csv-to-json-converter
Reactive icon

CSV-to-JSON Converter

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 26 Aug (yesterday)
 by 
0.0
 (0 ratings)
csv-to-json-converter

CSV-to-JSON Converter

Details
High-performance, client-side utility to instantly convert raw CSV text data into a clean JSON string directly within the browser. Eliminates server-side latency and guarantees absolute data privacy.
Read more

A high-performance, client-side OutSystems component to effortlessly convert raw CSV data into a JSON string structure. Perfect for bulk data pasting, file uploading, and seamless data processing pipelines.


## Key Features

* ?? **100% Client-Side Execution:** Zero server latency, running purely in the browser.

* ??? **Data Privacy Compliant:** Sensitive data never leaves the user's device or hits backend logs during processing.

* ?? **Smart Quote Handling:** Correctly handles fields containing commas enclosed within double quotes.

* ??? **Custom Delimiters:** Supports standard commas, semi-colons, tabs, or custom splitters.

Release notes (1.0.1)

New Feature: JSON to CSV Converter

Added a reusable OutSystems Client Action that converts JSON arrays into CSV text.

Features

  • Converts JSON objects into CSV rows.
  • Automatically generates CSV headers.
  • Supports different properties across JSON objects.
  • Escapes commas, quotation marks, and line breaks.
  • Supports nested objects and arrays as JSON text.
  • Adds optional UTF-8 BOM for Excel compatibility.
  • Protects against spreadsheet formula injection.
  • Provides conversion status and error details.
  • Supports JSON arrays and { "data": [...] } structures.

New Inputs

  • JsonText
  • IncludeBom
  • ProtectSpreadsheetFormulas

New Outputs

  • CsvText
  • Success
  • ErrorMessage

Example Use Cases

  • Export validation errors from ImportGuard.
  • Generate downloadable CSV reports.
  • Export API response data.
  • Prepare data for Excel users.
  • Convert application data into integration-ready CSV text.
License (1.0.1)
Reviews (0)
Team
Other assets in this category