By using Replypad, you agree to our Cookie Policy.

Import assets

display:none;

Importing assets

The import feature allows you to quickly import assets into your workspace from a CSV (Comma Separated Values) text file, without the need to manually add them one by one.

Prepare the CSV file for import

To import your assets you should prepare a CSV text file that stores the assets you want to import. CSV stands for Comma Separated Values, and it is a plain text file. Each line in the file represents an asset record which consists of one or more data fields, separated by commas. The first row in the file is the fields heading or names, and all of the other rows contain actual asset fields data or values, i.e. the assets data to import.

A convenient way to create CSV files is to use Microsoft Excel or Google Spreadsheets, and then use “Save as CSV”. This will create the correct formatted file with the .csv file extension.

When preparing the file, verify field headings and naming conventions are accurate, as they are critical for a successful import. During the import the header name is matched with the parallel data field of an asset record in your workspace.

The file may only include header names with the exact names of fields listed below.

Your CSV file does not need to include all fields/headers, and fields can be arranged in any order.

Supported header field names:

  • Asset Name
  • Account Name
  • Contact
  • Type
  • Warranty / Expiration Date
  • Purchase Date
  • Installation Date
  • Location
  • Serial Number
  • Model
  • Description
  • Notes

Important:

  • The Asset name column is mandatory and must appear in the file in order to identify the asset.
  • You can include all data fields or only a few for example, you can include only Asset Name, Account and Warranty/ Expiration Date .
  • Not all fields of all assets need to have values – you can simply leave a field data empty in the datasheet (it will show a comma in the CSV).
  • The daily import limit is 15,000 assets per day. This also represents the lines limit per file.
  • The file size must not exceed 3MB.
When importing a large number of assets, it is recommended to split your asset data into multiple separate files. For example, if you have a total of 12,000 assets to import, you should probably split it into 3 smaller files (4,000 assets in each file) and import them, one file at a time, check the results and only then move on to the next file. It may also be a good idea to first prepare a file with only a few asset lines, verify it’s working well and only then import the rest of the assets.

Example

Below is an example of a CSV file that can be imported:
  • Spreadsheet file:
  • Plain text .csv file:

    Asset Name,Account Name,Contact,Type,Warranty / Expiration Date

    Dell laptop,Acme Company,,Laptop,12/31/2028

    Ipad ,Acme Company,Cindy,Laptop,03/31/2028

Read more about assets fields in Asset details.

Who can import?

Workspace administrator and power users that have access rights to assets.

Check out Privileges for further information about the required privileges and access rights settings needed in order to import.

Importing your assets

  1. Click the Three-lined (‘Hamburger’) icon and select Assets to open the assets list.
  2. Manage assets
  3. Click the More menu in the assets toolbar and choose Import Assets to open the import window.
  4. Import assets
  5. Click Browse to select the file .csv file you want to import. If the file is found and loaded, you’ll see a confirmation in green text.
  6. Select the format you used in the file to import for dates, this will verify the import correctly sets the date:
  7. Select the date format
  8. Click Import to start importing your file.
  9. Once the email message is received, you should revisit the assets list to see the updates.
The import is performed in the background after you click Import. When the import completes, a message with a summary of the import will be sent to you by email. The app will send the email to your primary email address that is defined in your Replypad profile.

Troubleshooting

Once the import is complete, an email message is received with an import report. In cases where not all assets have been imported, the message will include an explanation of the reason why the specific asset was skipped. Below is a list of messages you might see in the report.

If you encounter a failure to import a row, please check the following:

Message: Asset Name’ column not present in the CSV file.

How to fix: Make sure your names of fields specified in the first header line includes Asset Name because this is a mandatory field for assets and must be included in the import file.

Message: File type not in CSV format.

How to fix: Make sure you have the first row with field names, comma delimited, and that all the required fields are included in the columns headings.

Message: Maximum rows 15,000.

How to fix: The maximum for import is 15,000 rows per file (not including the header). You can always split large .csv files into smaller ones. You can also contact us to increase your daily import limits.

Previous: Asset settings