Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

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.

 

Image Removed

 

  • With the first option selected all documents will be exported which macht the query entered in the search input field. This option ignores the current paging
  • The second option allows to export the current view (search query + paging options)
  • The third option exports all documents of the collection

 

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.

 

Image Removed

 

  • 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