Docs Menu
API Developer Guide / middleware / pub / file / flat / toFlatFile

Service: toFlatFile

This service converts structured data into a flat file format

Input Parameter:

Name Type Description
rows: Document Array Rows present in the file
delimiter: String Delimiter between the values in the file
recordSeperator: String Separator between two records
quote: String Type of quotes used (single or double)
order: String The order in which the columns should appear in the flat file.
includeHeaderRow: Boolean Include First Row Header

Output Parameter:

Name Type Description
flatFileContent: String Flat file Content