?
encode
Summary​
Converts an array of objects into a CSV (Comma Separated Values) string
Description​
This Action returns new CSV that is the ability to generate CSV strings using given headers and data.
Fields​
headers​
An array of strings describing the headers to use for the CSV string.
data​
An array of objects which populate each column for each row.
Helpful?