Give us feedback
csvutil
Service icon

CSVUtil

Stable version 1.11.8 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 21 April 2023 by 
4.4
 (36 ratings)
csvutil

CSVUtil

Details
CSV Import/Export Utility
Read more

This component allows importing or loading a CSV file to a List/Record list to be displayed and exporting a List/Record list to CSV either in Binary or Text

Release notes (1.11.8)

- Add a new API CSV_ReadLines that can be used to read dynamic columns
- Fix the behavior of LoadCSV2RecordList when reach max line to read, but has invalid next line
 before: it will unnecessarily read invalid next line and cause error
 now: it will return without error.

License (1.11.8)
Reviews (6)
by 
8 Jan
in version 1.11.8
Missing ExportRecordListToCSVBinary
by 
2023-06-20
in version 1.11.8
This extension work well.
I used it to load over 120k record and it still work well.
by 
2023-01-30
in version 1.11.6
In Action "LoadCSV2RecordList", it just return: IsSuccess, DebugInfo
So where i can get the recordlist after convert CSV file?
Team