@@ -34,17 +34,19 @@ Steps
34
34
#. From the :guilabel:`Mapping` screen, click a table or collection name
35
35
on the :guilabel:`Schema model` pane or :guilabel:`Diagram` view.
36
36
37
- #. From the :guilabel:`Schema model ` pane,
37
+ #. From the :guilabel:`Mappings ` pane,
38
38
click the :icon-fa5:`pencil-alt` icon.
39
39
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:
41
42
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
45
46
:icon-fa5:`check-square` icon next to the field name.
46
47
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:
48
50
49
51
I. Click the :icon-fa5:`chevron-left` icon next to the field
50
52
you want to customize.
@@ -53,11 +55,14 @@ Steps
53
55
54
56
III. Select a :guilabel:`Null handling` option.
55
57
56
- - :guilabel:`Insert as null`: Preserves null values, and nulls
58
+ - :guilabel:`Insert as null`: preserves null values, and nulls
57
59
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
59
61
inserted into the destination collection.
60
62
63
+ You can view a field's :guilabel:`Original name` and
64
+ :guilabel:`Original type` in the expanded customized field menu.
65
+
61
66
.. note::
62
67
63
68
For additional details on field customization and data type conversions,
0 commit comments