Skip to main content
Import/Export Settings allows you to perform bulk data operations using CSV files. Import new records or export existing data for backup, analysis, or migration purposes.

Accessing Import/Export Settings

  1. Click Settings in the sidebar
  2. Select the Import/Export icon from the settings navigation

Permissions

Import/Export requires specific permissions:
PermissionAccess
manage_settings_importAccess to import data
manage_settings_exportAccess to export data
If you can only see one tab (Import or Export), you have permission for that specific operation only.

Import Data

Supported Import Types

Data TypeDescription
CompaniesClient company records with ticketing defaults
LocationsCompany location information
DevicesDevice inventory records
StandardsStandards/compliance check definitions
PlannerPlanner items and roadmap entries
GoalsStrategic goals for companies
Company RolesUser-to-company role assignments

Import Process

1

Select Data Type

Choose the type of data you want to import from the dropdown menu.
2

Upload CSV File

Either drag and drop your CSV file onto the upload area, or click Browse Files to select a file.
3

Choose Import Mode

Select how to handle existing records:
  • Create and update records: Creates new records and updates existing ones
  • Create new records only: Only adds new records, skips existing
  • Update existing records: Only updates existing records, skips new
4

Import Data

Click Import Data to process the file.

Import Modes Explained

ModeNew RecordsExisting Records
Create and updateCreatedUpdated
Create onlyCreatedSkipped
Update onlySkippedUpdated
Use “Create and update” for initial imports and migrations. Use “Update only” when modifying existing data without adding new records.

Export Data

Supported Export Types

Data TypeDescription
CompaniesCompany records with all configured fields
LocationsLocation details linked to companies
DevicesDevice inventory with specifications
StandardsStandards check definitions
ComplianceCompliance results and status history
PlannerPlanner items and roadmap data
GoalsStrategic goals and progress
Company RolesUser assignments to company roles

Export Process

1

Select Data Type

Choose what data to export from the dropdown.
2

Select Company Scope

Choose to export:
  • All Companies: Export data for all companies
  • Specific Company: Select a single company from the dropdown
3

Export Data

Click Export Data to generate and download the CSV file.

Export File Naming

Exported files are automatically named with the format:
{datatype}_export_{company}_{date}.csv
Example: companies_export_all_20251230.csv

Download Templates

Import templates provide the correct column structure for each data type. Always use templates to ensure your data imports correctly.

Available Templates

Companies

Client companies with PSA defaults (board, priority, status)

Locations

Company locations with addresses

Devices

Device inventory records

Standards

Compliance standards definitions

Planner

Roadmap and planner items

Goals

Strategic goals

Company Roles

User-to-company role assignments

Template Structure

Each template includes:
  • Required columns with asterisks (*)
  • Optional columns that can be left empty
  • Example row showing expected data format
  • Column headers matching expected field names
Custom CSV formats may cause import errors. Always start with the provided templates.

CSV Format Requirements

General Requirements

RequirementDescription
EncodingUTF-8 (required for special characters)
DelimiterComma (,)
HeadersFirst row must contain column headers
Line EndingsWindows (CRLF) or Unix (LF) both supported

Data Formatting

Data TypeFormatExample
DatesYYYY-MM-DD2025-12-30
Phone NumbersAny format+1 (555) 123-4567
Booleantrue/false or 1/0true
Empty ValuesLeave blank
When editing CSV files, use a spreadsheet application like Excel or Google Sheets. Save as CSV (UTF-8) when done.

Best Practices

Before Importing

Export existing data before major imports. This allows you to restore if something goes wrong.
Import a few records first to verify formatting. Fix any issues before importing the full dataset.
Remove duplicates, fix inconsistent formatting, and validate required fields before importing.
Always start with downloaded templates rather than creating CSV files from scratch.

Data Quality

  • Consistent formatting: Use the same date and phone formats throughout
  • Required fields: Ensure all required columns have values
  • Unique identifiers: Avoid duplicate IDs or email addresses
  • Valid references: Company IDs and other references must exist in the system

Troubleshooting

Common Import Errors

ErrorCauseSolution
Missing required fieldRequired column is emptyFill in all required columns
Invalid formatDate/number format incorrectUse YYYY-MM-DD for dates
Duplicate recordRecord already existsUse “Update only” mode or remove duplicate
File too largeCSV exceeds size limitSplit into smaller files
Invalid referenceCompany/user ID doesn’t existVerify referenced records exist
Encoding errorWrong file encodingSave as UTF-8

File Not Uploading

  • Ensure the file extension is .csv
  • Check file size is under the limit
  • Try saving the file with UTF-8 encoding
  • Verify the file isn’t open in another application

Records Not Importing

  • Check that required columns have values
  • Verify date formats match YYYY-MM-DD
  • Ensure referenced IDs (company, user) exist
  • Review the import results for specific error messages