The DataExportUtilities extension provides a collection of robust and reusable functions designed to facilitate data transformation and export in OutSystems applications. It supports converting JSON and Excel data into CSV formats and offers additional utilities like pretty-printing JSON and Base64 encoding.
Key capabilities include:
Format Conversion: Seamlessly convert JSON to CSV (as string, file path, or byte array) and Excel files to CSV format.
Encoding Support: Convert JSON strings to Base64 for secure transmission or storage.
Data Presentation: Pretty-print JSON for improved readability and debugging.
Flexible Output Options: Customize CSV outputs with delimiters and header options.
Ideal for applications that involve reporting, data exports, or integrations with third-party systems.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)