You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: "Easily import your Excel spreadsheets into Tidal"
8
8
permalink: import-from-excel.html
9
9
---
@@ -50,24 +50,21 @@ Remember to add those fields before importing the data.
50
50
51
51
{% include image.html file="import_step1.png" %}
52
52
53
-
3. Map the columns of your sheet to the fields from the drop down. If you have a column that is not present as a field and you want to import it, you can add that field.
53
+
3. Map the columns of your sheet to the fields from the drop down. If you have a column that is not present as a field and you want to import it, you can create a custom field, then map the spreadsheet column to your new field. Custom fields can be created in the importer by clicking 'Create Custom Field'.
54
54
55
55
{% include image.html file="import_step2.png" %}
56
56
57
57
4. Click submit to import the data.
58
58
59
-
{: .note }
60
-
If you are importing applications, the _name_ field is required for each application in order to successfully import. For any of the other record types you are importing, there are no fields that are required in order for you to import them.
61
-
62
59
{: .tip }
63
-
The Tags option can be used to generate multiple tags and associate them with the record. You can use this track any type of categorical data. Additionally you can search and filter for records based on tags. Multiple tags can be associated based on one column of data, they are parsed and split on any commas (,)
60
+
The Tags option can be used to generate multiple tags and associate them with the record. You can use this to track any type of categorical data. Additionally you can search and filter for records based on tags. Multiple tags can be associated based on one column of data, they are parsed and split on any commas (,)
64
61
65
62
66
63
### Importing Servers
67
64
68
-
There are no required fields when importing Servers.
65
+
When importing servers, the only required field is 'Host Name'. The Host Name is the name that your server is identified with throughout Accelerator.
69
66
70
-
Default fields:
67
+
The following server fields are present in Accelerator by default.
71
68
- Host Name (*)
72
69
- FQDN
73
70
- Assigned ID
@@ -88,20 +85,17 @@ Default fields:
88
85
- Operating System Version
89
86
- Operating System
90
87
91
-
92
88
**(*)** Associative fields.
93
89
*_Host Name_, This field is used to identify the server and to create association with Databases and Applications,
94
90
*_Cluster -> Host Name_, This field is used to indicate that the Server that belongs to a virtual machine cluster with _Host Name_.
95
91
*_Database Instances -> Name_, If a server is hosting a Database (or multiple), this field should contain the **name**(s) of such database(s).
96
92
*_Environment -> Name_, This field is used to represent the server's environment.
97
93
98
-
99
-
100
94
### Importing Databases
101
95
102
-
There are no required fields when importing Databases.
96
+
When importing database instances, the only required field is 'Name'. The Name is how your database instance is identified throughout Accelerator.
103
97
104
-
Default fields:
98
+
The following database instance fields are present in Accelerator by default.
105
99
- Name (*)
106
100
- Description
107
101
- Database Size (MB)
@@ -111,16 +105,16 @@ Default fields:
111
105
- Tags
112
106
113
107
**(*)** Associative fields.
114
-
*_Name_, When you are importing other records, Applications and Servers, and you provide a set of dependent databases with them the Name field for Database Instances is used to identify those databases and associate the databases as dependencies for those other records. This is helpful when you have some existing dependencies, between Databases and Servers or Applications, in your Excel files and want to capture and leverage them.
108
+
*_Name_, When you are importing other records, Applications and Servers, and you provide a set of dependent databases with them, the Name field for Database Instances is used to identify those databases and associate the databases as dependencies for those other records. This is helpful when you have some existing dependencies, between Databases and Servers or Applications, in your Excel files and want to capture and leverage them.
115
109
*_Server -> Host Name_, represents the server hosting a Database. This field should contain the **Host Name** of such server.
116
110
*_Environment -> Name_, This field is used to associate a Database to an environment.
117
111
118
112
119
113
### Importing Applications
120
114
121
-
When importing Applications, only the **Name** field is required.
115
+
When importing applications, the only required field is 'Name'. The Name is how your application is identified throughout Accelerator.
122
116
123
-
Default fields:
117
+
The following application fields are present in Accelerator by default.
124
118
- Name
125
119
- Description
126
120
- URLs
@@ -149,7 +143,7 @@ Default fields:
149
143
- Business Owner
150
144
151
145
**(*)** Associative fields.
152
-
However, in order to properly map your inventory you must use the following fields.
146
+
In order to properly map your inventory you must use the following fields.
153
147
*_Servers -> Host Name_, represents the server hosting the Application. This field should contain the **Host Name** of such server(s).
154
148
*_Database Instances -> Name_, This field should contain the **Name** of the database(s) associated to the Application.
155
149
*_Environment -> Name_, This field is used to associate an Application to an environment.
0 commit comments