...
Additionally you can choose the export format. JSON is just the mongoimport compatible JSON representation of the documents. CSV is a flat column representation of the data. When choosing CSV there are several options you can set.
- Delimiter: The delimiter between the columns. The default value is ,
- Delimiter for Array values: The delimiter between the items of an array within a column. The default value is ;
- Value for empty fields: The value which is used to output an empty. The default value is an empty string. This could often happen when the documents have different schemas
- Sort the cvs header: When checked, the header of the CSV file will be sorted alphabetically