2017-05-17
1.10.2
Wei Zhu
9.0.1.35
All
All
[Overview]
CSV Import/Export
[Detail]
This extension provide two Actions:
- LoadCSV2RecordList
- ExportRecordList2CSV
How to Load CSV to RecordList
1. Define your own RecordList variable.
2. Use LoadCSV2RecordList action with following parameters
-- CSV: Binary data
-- RecordList: Your own RecordList with ToObject built-in function
-- Config: Configuration such as encode or field delimeter if necessary. (Default: utf8 and comma)
How to export RecordList to CSV
1. Define your own RecordList
2. Use ExportRecordList2CSV with following parameters
-- RecordList: Your own RecordList with ToObject built-in function
-- Config: Configuration such as field delimeter and double-quote mode if necessary. (Default: comma and automatic)
Notice: This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.