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
213213 - ``bson.gz``
214214 - ``csv``
215215 - ``csv.gz``
216- - ``json``
217- - ``json.gz``
216+ - ``json`` :sup:`1`
217+ - ``json.gz`` :sup:`1`
218218 - ``parquet``
219219 - ``tsv``
220220 - ``tsv.gz``
221221
222+ :sup:`1` For this format, |out| writes data in
223+ :manual:`MongoDB Extended JSON </reference/mongodb-extended-json/>` format.
224+
222225 .. seealso::
223226
224227 :ref:`Limitations <adl-out-stage-limitations>`
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ Supported Data Formats
3131 - - `snappy <http://google.github.io/snappy/>`__
3232 - `zlib <https://zlib.net/>`__
3333
34- * - |json|
34+ * - |json| :sup:`1`
3535 - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
3636 - `bzip2 <https://www.sourceware.org/bzip2/>`__
3737
3838 * - :manual:`MongoDB Extended JSON
39- </reference/mongodb-extended-json/>`
39+ </reference/mongodb-extended-json/>` :sup:`1`
4040 - - `gzip <https://www.gnu.org/software/gzip/manual/gzip.html>`__
4141 - `bzip2 <https://www.sourceware.org/bzip2/>`__
4242
You can’t perform that action at this time.
0 commit comments