Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ianf-mongodb committed Dec 6, 2023
1 parent 6451371 commit be044c4
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions source/includes/fact-non-utf8-data.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
Compass can have issues displaying collections if documents have
invalid UTF8 characters.

If you attempt to query or export this data, the following error
message displays:
If you attempt to query or export data with invalid UTF8 characters
the following error message displays:

.. code-block:: none
:copyable: false
Invalid UTF-8 string in BSON document.
In order to query or export this data, you can disable
UTF8 validation by setting the ``enableUtf8Validation`` URI option to
``false``.
To query or export this data, disable UTF8 validation by setting
the ``enableUtf8Validation`` URI option to ``false``.

.. warning::

**Editing data** with ``enableUtf8Validation=false`` can result in
potential loss of data. This approach is a temporary workaround to
loss of data. This approach is a temporary workaround to
query or export data only.

The following URI disables UTF8 validation:
Expand Down

0 comments on commit be044c4

Please sign in to comment.