ExportToCSV
Common Scripts Pack.#
This Script is part of theExport given array to csv file
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | Utility, csv |
#
InputsArgument 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 |
#
OutputsThere are no outputs for this script.