Avatar

Community Advisor
Prob easiest to write the file directly with JS then vs trying to finagle the export activity. The file writing can be moved to a csv lib so your code would just call csv = Client.CSV.new(params), csv.writeRow(array)