We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcc0cc commit ca01ba6Copy full SHA for ca01ba6
1 file changed
docs/cluster/integrations/mongo-cdc.md
@@ -230,9 +230,9 @@ your MongoDB data based on the selected settings.
230
231
### Column Name Restrictions
232
233
-Column or property names containing square brackets (`[]`) are not supported and
+Column or property names containing square brackets `[]` are not supported and
234
are replaced with `_obkt_` and `_cbkt_` respectively. Likewise, column
235
-names containing dots (`.`) are not supported and are replaced with `_dot_`.
+names containing dots `.` are not supported and are replaced with `_dot_`.
236
237
:::{warning}
238
This behavior may change in future releases.
0 commit comments