Skip to content

Commit ecc1260

Browse files
DOCSP-15078 clarify that out to json writes extended JSON always (#133)
1 parent 356911b commit ecc1260

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

source/reference/pipeline/out.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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>`

source/supported-unsupported/supported-data-formats.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)