This component allows loading a CSV file to JSON to be displayed / proceed and exporting JSON to CSV file.
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.
- New: Add StartIndex / MaxRecords parameter for Load Action (CsvToJson / CsvToLines)
- Fix: Customer Header wrongly escaped when Convert To CSV (JsonToCsv)
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)