File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,13 @@ You can configure the following properties to read from MongoDB:
120120 |
121121 | **Default:** ``true``
122122
123-
123+ * - ``outputExtendedJson``
124+ - | When ``true``, the connector converts BSON types not supported by Spark into
125+ extended JSON strings.
126+ When ``false``, the connector uses the original relaxed JSON format for
127+ unsupported types.
128+ |
129+ | **Default:** ``false``
124130
125131.. _partitioner-conf:
126132
Original file line number Diff line number Diff line change @@ -140,6 +140,12 @@ The following options for writing to MongoDB are available:
140140 ``false``.
141141 |
142142 | **Default:** ``true``
143+
144+ * - ``convertJson``
145+ - | When ``true``, the connector parses the string and converts extended JSON
146+ into BSON.
147+ |
148+ | **Default:** ``false``
143149
144150.. _configure-output-uri:
145151
You can’t perform that action at this time.
0 commit comments