Skip to main content

ExportToCSV

This Script is part of the Common Scripts Pack.#

Exports a given array to a CSV file.

Script Data#


NameDescription
Script Typejavascript
TagsUtility, csv

Inputs#


Argument NameDescription
fileNameThe output filename.
csvArrayThe array to export.
headersThe array to hold the file headers in order. This also will accept a comma-separated list.

Outputs#


There are no outputs for this script.