flamel
DOCS

Bulk Upload

Import or update many workspaces at once via CSV.

For Hub Admins

For a single workspace, just click New Workspace. Use bulk upload when you have 5 or more to add or update at once.

Run the Import

Open the Importer

Workspace Variables list with bulk upload

Open Workspace Variables, then choose Import from the overflow menu.

Download the Template

Click Download Template. The file includes every standard field plus any Custom Variables you have defined. Only add columns that appear in the template.

Fill in the CSV

Add one row per workspace. Save the file as CSV (UTF-8). Each row either creates a new workspace or updates an existing one based on the _id column.

Updating Existing Workspaces

To update workspaces you already have, click Export first, edit the CSV while keeping the _id values intact, then re-import. Rows with a matching _id update; rows without one create new workspaces.

Upload and Validate

Drag and drop the file, or click Choose File. The preview highlights errors in red. Click a cell to edit inline and re-validate without uploading again.

Import

Click Import. Review the success and error counts when it finishes. Any rows with errors are skipped — fix them and re-import just those rows.

Fields

FieldRequiredNotes
_idNoExisting workspace ID. Present means update; absent means create.
nameYesDisplay name
admin_name / admin_emailNoWorkspace manager
address / city / state / zipNoPhysical address
contact_email / phone_numberNoPublic contact
website_urlNoMust include protocol (https://) or be a valid domain
time_zoneNoIANA format, e.g. America/New_York
Custom variablesDependsMarked * if required. Use field key names as headers.

Custom Variable Column Formats

TypeFormat
Text / Email / Phone / URLPlain string
NumberNumeric only
Booleantrue or false
SelectOne of the predefined options

Validation Rules

FieldValidInvalid
Emailsarah@example.comsarah@, sarah.example.com
Phone5551234567, +15551234567, 555-123-4567123, 555-CALL-US
ZipUS 94102, Canada M5V 2T6, UK SW1A 1AATypos or wrong format
URLhttps://example.com, www.example.comexample (no TLD)

Troubleshooting

  • File will not upload: save as .csv (UTF-8) and check the file size is reasonable.
  • Headers not recognized: match the field names exactly, with no extra whitespace.
  • Special characters look wrong: use "Save As, CSV UTF-8" from your spreadsheet app.
  • Partial import: review the error report, fix the flagged rows, then re-import just those rows.

Exporting

Open Workspace Variables, then choose Export as CSV from the overflow menu to download all standard fields. Use it for backups, external tools, or as a starting point for bulk updates.