Frequently Asked Questions - Importing Data
Importing Data
* An application user must have a user role that grants
permission to View/Modify the desired import item.
The following items may be imported:
The Import option allows an organization to enter multiple items
into the system at one time, rather than adding them to the organization individually.
The import file can be saved in any of the following formats:
- .CSV (Comma Separated Value)
- .XLS (Microsoft Excel 97-2003)
- .XLSX (Microsoft Excel 2004 - current)
Yes. When saving an Excel file, there is an option to save the file using another file format.
These options include CSV (Comma delimited) and the import function can accept all versions of native Excel files.
Use Excel's internal help features for more information.
The best ways to create an import file are:
- Use Microsoft Excel and save as an .XLS and/or .XLSX file depending on the version of Excel you are using.
- Use Microsoft Excel and save as a .CSV file.
- Use Notepad (or other plain text editor) and save as a .CSV file.
To leave a column blank:
- For an .XLS or .XLSX file, insert a space into each empty column
-
For a .CSV file, simply add a blank entry to the row (Ex: Last,,First).
To leave an empty column at the end of the row insert a trailing comma
(Ex: 3rdToLast,2ndToLast,).
* See below for a concrete example.
If you wish to import a value that begins with zero (0) or a value that is negative,
you must format the file correctly to ensure that any leading minus signs (-)
and/or leading zero(es) are preserved:
To preserve leading zeroes or minus signs:
-
For an .XLS file, change the cell format to "Text."
OR
Enter an
equals sign (=) followed by the value enclosed in quotation marks
(for example, ="01234" or ="-82.0128").
-
For a .CSV file, simply enclose the value in quotation marks
(for example, "01234", "-82.0128").
* See below for a concrete example.
To import a list of items:
-
On the list page for the item(s) you'd like to import,
click the Import button. This displays the Import page.
- Verify that the desired item's type is selected in the drop-down list.
- Select the .CSV, .XLS or .XLSX file to be imported.
To select the file:
- Click the Choose File button.
-
In the file browser window,
navigate to the location where the import file is saved.
- Select your import file and click Open.
-
The path or filename of your import file will now be shown
next to the Choose File button.
-
If your import file contains a header row (the names of the columns),
then select the checkbox next to Header row.
- Click the Import button (on the Import page).
-
If the import was successful, green text will be shown indicating success.
- If the import failed, red text will be shown to explain why.
- Click the Done button to return to the list page for the imported item(s).
If you imported duplicate
Home Terminals, or
Locations,
the duplicate items will be skipped and no changes will have been made.
However, importing duplicated
Drivers,
Vehicles,
Trailers, or
Other Assets will update
the existing item with any new change(s). This means that if you need to edit several
Drivers or Assets at once, you may use an import file to do so.
For example, I'd like to import a list of pets into my organization.
We'll say that a valid pets import file will have 5-6 columns and one or more rows of data.
Columns must be in this specific order:
Column Name* |
Required/Optional |
Notes |
Pet Name |
Required |
Must be unique among other pet names within your organization.
Limited to 25 alphanumeric characters.
|
License Number |
Required |
Limited to 10 characters. |
Indoor/Outdoor |
Optional |
Can be "Indoor," "Outdoor," or "Both."
|
Pet Type |
Required |
Limited to 20 characters.
|
Number of Legs |
Optional |
Can be any number from 0-4. Defaults to 4.
|
* The first row of the import file may contain a list of the column names, but they are not required.
If I then want to add the following pets to my organization:
-
A dog named Sparky that is both indoors and outdoors and has a license number of 555-888.
-
A python named Fluffy, with a license number of -123321 and is hopefully inside,
but no one really knows for sure.
-
Lulu Lady Lovely, a cat that is an indoor cat and has a license number of 00023.
-
A lovable puppy named Tripod, who only has three legs, stays mostly indoors,
and has a license number of 333-TTT.
I'd want my .CSV file to look like:
Note: The first row of the import file may contain a list of the column names, but they are not required.
- Pet Name,License Number,Indoor/Outdoor,Pet Type,Number of Legs
- Sparky,555-888,Both,Dog,
- Fluffy,"-123321",,Python,"0"
- Lulu Lady Lovely,"00023",Indoor,Cat,
- Tripod,333-TTT,Indoor,Dog,3
I'd want my .XLS or .XLSX file to look like:
Note: The first row of the import file may contain a list of the column names, but they are not required.
* All of the cells have their cell format set to "Text."
Sparky |
555-888 |
Both |
Dog |
|
Fluffy |
-123321 |
|
Python |
0 |
Lulu Lady Lovely |
00023 |
Indoor |
Cat |
|
Tripod |
333-TTT |
Indoor |
Dog |
3 |