Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
ianf-mongodb committed Nov 15, 2023
1 parent 1042cb4 commit b7ec513
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions source/includes/fact-non-utf8-data.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
If Compass encounters data display issues when querying your data
with the error message: ``Invalid UTF-8 string in BSON document``. You
can disable UTF8 validation by setting the ``enableUtf8Validation``
Compass can have issues displaying collections if documents within
the collection have invalid UTF8 characters.

- If you query this data, the following error message displays:

.. warning::

Invalid UTF-8 string in BSON document.

- If you attempt to export the collection, the error message:

.. warning::

An error occurred while loading instance info: Invalid UTF-8
string in BSON document.

You can disable UTF8 validation by setting the ``enableUtf8Validation``
URI option to ``false``.

The following URI disables UTF8 validation:
Expand Down

0 comments on commit b7ec513

Please sign in to comment.