File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -213,12 +213,15 @@ Fields
213
213
- ``bson.gz``
214
214
- ``csv``
215
215
- ``csv.gz``
216
- - ``json``
217
- - ``json.gz``
216
+ - ``json`` :sup:`1`
217
+ - ``json.gz`` :sup:`1`
218
218
- ``parquet``
219
219
- ``tsv``
220
220
- ``tsv.gz``
221
221
222
+ :sup:`1` For this format, |out| writes data in
223
+ :manual:`MongoDB Extended JSON </reference/mongodb-extended-json/>` format.
224
+
222
225
.. seealso::
223
226
224
227
:ref:`Limitations <adl-out-stage-limitations>`
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ Supported Data Formats
31
31
- - `snappy <http://google.github.io/snappy/>`__
32
32
- `zlib <https://zlib.net/>`__
33
33
34
- * - |json|
34
+ * - |json| :sup:`1`
35
35
- - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
36
36
- `bzip2 <https://www.sourceware.org/bzip2/>`__
37
37
38
38
* - :manual:`MongoDB Extended JSON
39
- </reference/mongodb-extended-json/>`
39
+ </reference/mongodb-extended-json/>` :sup:`1`
40
40
- - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
41
41
- `bzip2 <https://www.sourceware.org/bzip2/>`__
42
42
You can’t perform that action at this time.
0 commit comments