Skip to main content

Create csv file

Create csv file based on passed objects and a specified data format.

Input parameters

NameDescriptionTypeRequiredDefault value
DataformatThe dataformat used the specify the rows of the csv.DATA_FORMATtrue
DelimiterThe delimiter to be used in the csv.STRINGtrue';'
Enable HeaderWether or not to add a header line to the csv.BOOLEANtruetrue
Use firstrowUse the firstrow to determine the headerBOOLEANfalsefalse
RowsThe rows to be added to the csv.ARRAYtrue

Output

NameDescriptionTypeDefault value
FilenullFILE