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
- 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.