Login to follow
CsvUtil

CsvUtil (ODC)

Stable version 1.0.4 (Compatible with ODC)
Uploaded on 01 April 2025 by BlueMeme Inc.
CsvUtil

CsvUtil (ODC)

Details
Detailed Description

This component allows loading a CSV file to JSON to be displayed / proceed and exporting JSON to CSV file.


Limitations

The maximum size of JSON/CSV are 5.5 MB. (This is ODC External Library limitation).

We provide another API that can use Compressed JSON/CSV in ZIP file format.
So you can use JSON/CSV that exceed 5.5MB, BUT your ZIP file CAN NOT exceed 5.5MB.

Release notes 

- New: Add StartIndex / MaxRecords parameter for Load Action (CsvToJson / CsvToLines)

- Fix: Customer Header wrongly escaped when Convert To CSV (JsonToCsv)