Skip to content

Commit 6151c28

Browse files
committed
*
1 parent dcd28ed commit 6151c28

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

source/mapping-rules/edit-rules.txt

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,19 @@ Steps
3434
#. From the :guilabel:`Mapping` screen, click a table or collection name
3535
on the :guilabel:`Schema model` pane or :guilabel:`Diagram` view.
3636

37-
#. From the :guilabel:`Schema model` pane,
37+
#. From the :guilabel:`Mappings` pane,
3838
click the :icon-fa5:`pencil-alt` icon.
3939

40-
#. Edit the mapping rule. When editing a mapping rule you can:
40+
#. Define the options for the mapping rule. When defining the
41+
mapping rule, you can:
4142

42-
- Edit the collection name.
43-
- Edit field names.
44-
- Include or exclude a field from your sync job by clicking the
43+
- Change the collection name.
44+
- Change field names.
45+
- To include or exclude a field from your sync job, click the
4546
:icon-fa5:`check-square` icon next to the field name.
4647

47-
#. (Optional) Add field customizations to your mapping rule:
48+
#. Optionally, if you want to select a BSON type or set null handling
49+
rules for your mapping rule:
4850

4951
I. Click the :icon-fa5:`chevron-left` icon next to the field
5052
you want to customize.
@@ -53,11 +55,14 @@ Steps
5355

5456
III. Select a :guilabel:`Null handling` option.
5557

56-
- :guilabel:`Insert as null`: Preserves null values, and nulls
58+
- :guilabel:`Insert as null`: preserves null values, and nulls
5759
are inserted into your destination collection.
58-
- :guilabel:`Omit`: Skips any null values, and nulls are not
60+
- :guilabel:`Omit`: skips any null values, and nulls are not
5961
inserted into the destination collection.
6062

63+
You can view a field's :guilabel:`Original name` and
64+
:guilabel:`Original type` in the expanded customized field menu.
65+
6166
.. note::
6267

6368
For additional details on field customization and data type conversions,

source/mapping-rules/fields/data-type-conversion-guide.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Behavior
1818
~~~~~~~~
1919

2020
- Sync job errors result in ``BsonNull`` values for the impacted fields.
21-
Your field's :guilabel:`Null handling` strategy does not affect this
21+
Your field's null handling strategy does not affect this
2222
behavior.
2323

24-
- Your sync job continues with errors unless it reaches the user-defined
25-
threshold.
24+
- Your sync job continues with errors unless it reaches threshold
25+
that you defined when you created the sync job.
2626

2727
- .. include:: /includes/fact-calculated-fields-type.rst
2828

0 commit comments

Comments
 (0)