@@ -46,52 +46,54 @@ Steps
46
46
To create a new connection, click :guilabel:`Add a new connection`:
47
47
48
48
.. include:: /includes/steps-create-relational-connection-short.rst
49
-
50
- .. step:: From the :guilabel:`Select tables` screen, indicate the tables you want to migrate and click :guilabel:`Next`.
51
-
52
- The following table explains the different ways you can select tables to migrate:
53
-
54
- .. list-table::
55
- :header-rows: 1
56
- :widths: 25 75
57
-
58
- * - Target
59
- - Action
60
-
61
- * - All tables within a database
62
- - Click the check mark for the target database.
63
-
64
- * - All tables within a schema
65
- - Expand the target database and click the check mark for the target schema.
66
-
67
- * - Specific tables within a schema
68
- - Expand the target database and schema. Select the target tables individually.
69
-
70
- * - Specific table names
71
- - Use the :guilabel:`Filter` bar above the :guilabel:`Relational Schema` list.
72
-
73
- .. step:: Choose a :guilabel:`Global casing` option for collection names.
74
49
75
- This option affects the names of your collections created from the tables in your relational database:
76
-
77
- - :guilabel:`Keep Original`: Keep the original casing used in your
78
- relational database table name.
79
-
80
- - :guilabel:`Override with Global Casing`: Override the original table name
81
- with a global casing convention.
82
-
83
- - ``TitleCase``
84
- - ``camelCase``
85
- - ``kebab-case``
86
- - ``snake_case``
87
- - ``UPPER_SNAKE_CASE``
88
-
89
- .. step:: .. include:: /includes/project-initial-mappings.rst
90
-
91
- .. step:: Enter a name for your project.
92
-
93
- .. step:: Click :guilabel:`Done`.
94
-
50
+ .. step:: From the :guilabel:`Select tables` screen, indicate the tables you want to migrate and click :guilabel:`Next`.
51
+
52
+ The following table explains the different ways you can select tables to migrate:
53
+
54
+ .. list-table::
55
+ :header-rows: 1
56
+ :widths: 25 75
57
+
58
+ * - Target
59
+ - Action
60
+
61
+ * - All tables within a database
62
+ - Click the check mark for the target database.
63
+
64
+ * - All tables within a schema
65
+ - Expand the target database and click the check mark for the target schema.
66
+
67
+ * - Specific tables within a schema
68
+ - Expand the target database and schema. Select the target tables individually.
69
+
70
+ * - Specific table names
71
+ - Use the :guilabel:`Filter` bar above the :guilabel:`Relational Schema` list.
72
+
73
+ .. step:: Choose a :guilabel:`Global casing` option for collection names.
74
+
75
+ This option affects the names of your collections created from the tables in your relational database:
76
+
77
+ - :guilabel:`Keep Original`: Keep the original casing used in your
78
+ relational database table name.
79
+
80
+ - :guilabel:`Override with Global Casing`: Override the original table name
81
+ with a global casing convention.
82
+
83
+ - ``TitleCase``
84
+ - ``camelCase``
85
+ - ``kebab-case``
86
+ - ``snake_case``
87
+ - ``UPPER_SNAKE_CASE``
88
+
89
+ .. step:: Choose an :guilabel:`Initial mappings` option for your MongoDB schema.
90
+
91
+ .. include:: /includes/project-initial-mappings.rst
92
+
93
+ .. step:: Enter a name for your project.
94
+
95
+ .. step:: Click :guilabel:`Done`.
96
+
95
97
Next Steps
96
98
----------
97
99
0 commit comments