Skip to content

Commit 398e004

Browse files
fix: updated import guide with the latest information on required fields for records (#296)
1 parent 1d10bbb commit 398e004

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

pages/discover/importing_from_excel.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Importing Data from Excel
33
layout: pages
44
parent: Discover
55
keywords: excel, import, apps, data, servers, clusters, database instances
6-
last_updated: November, 2022
6+
last_updated: September, 2025
77
summary: "Easily import your Excel spreadsheets into Tidal"
88
permalink: import-from-excel.html
99
---
@@ -50,24 +50,21 @@ Remember to add those fields before importing the data.
5050

5151
{% include image.html file="import_step1.png" %}
5252

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'.
5454

5555
{% include image.html file="import_step2.png" %}
5656

5757
4. Click submit to import the data.
5858

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-
6259
{: .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 (,)
6461

6562

6663
### Importing Servers
6764

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.
6966

70-
Default fields:
67+
The following server fields are present in Accelerator by default.
7168
- Host Name (*)
7269
- FQDN
7370
- Assigned ID
@@ -88,20 +85,17 @@ Default fields:
8885
- Operating System Version
8986
- Operating System
9087

91-
9288
**(*)** Associative fields.
9389
* _Host Name_, This field is used to identify the server and to create association with Databases and Applications,
9490
* _Cluster -> Host Name_, This field is used to indicate that the Server that belongs to a virtual machine cluster with _Host Name_.
9591
* _Database Instances -> Name_, If a server is hosting a Database (or multiple), this field should contain the **name**(s) of such database(s).
9692
* _Environment -> Name_, This field is used to represent the server's environment.
9793

98-
99-
10094
### Importing Databases
10195

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.
10397

104-
Default fields:
98+
The following database instance fields are present in Accelerator by default.
10599
- Name (*)
106100
- Description
107101
- Database Size (MB)
@@ -111,16 +105,16 @@ Default fields:
111105
- Tags
112106

113107
**(*)** 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.
115109
* _Server -> Host Name_, represents the server hosting a Database. This field should contain the **Host Name** of such server.
116110
* _Environment -> Name_, This field is used to associate a Database to an environment.
117111

118112

119113
### Importing Applications
120114

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.
122116

123-
Default fields:
117+
The following application fields are present in Accelerator by default.
124118
- Name
125119
- Description
126120
- URLs
@@ -149,7 +143,7 @@ Default fields:
149143
- Business Owner
150144

151145
**(*)** 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.
153147
* _Servers -> Host Name_, represents the server hosting the Application. This field should contain the **Host Name** of such server(s).
154148
* _Database Instances -> Name_, This field should contain the **Name** of the database(s) associated to the Application.
155149
* _Environment -> Name_, This field is used to associate an Application to an environment.

0 commit comments

Comments
 (0)