ExportToCSV
This Script is part of the Common Scripts Pack.#
Export given array to csv file
Script Data#
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility, csv |
Inputs#
| Argument Name | Description |
|---|---|
| fileName | output filename |
| csvArray | Array to export |
| headers | Array to hold the file headers in order. Also excepts a comma separated list. |
| codec | UTF-16-BOM to encode Non English characters. Default is: UTF-8 |
Outputs#
There are no outputs for this script.