document | Document. Document to be converted to delimited data bytes (byte array object). This document contains a document array rows[] corresponding to the delimited data. |
fieldQualifier | String Optional. The delimiter to use for separating entries in delimitedDataBytes. Default is comma (,). |
textQualifier | String Optional. The character to use for quoted elements. Default is double quote ("). |
useField NamesFor HeaderRow | String Optional. The first line in the output delimited data delimitedDataBytes will be constructed using the property names in the input document array document\rows[]. Set to: true. Property names in the input document array document\rows[] will be used as the first row in the output delimitedDataBytes. false. column1, column2...columnN will be used as the first row in the output delimitedDataBytes. |
encoding | String Optional. The encoding to use while parsing the delimited data. |
delimited DataBytes | Object. Delimited data byte array object resulting from the conversion of a document. |