Preparing your CSV
Create a CSV file with the following columns (all optional except title):These column names and values are the ones a case actually has. A case has
three text fields — Observation / Symptoms, Root Cause and
Resolution / Steps Taken — not one free-text body, and its status is one of
the five values above. An earlier version of this table promised a
body
column with a five-thousand-character limit, a numeric severity scale and the
statuses open / resolved / in-progress. None of those exist: the field
limits come from createCaseSchema, the statuses from enum CaseStatus and
the severity values from the organisation’s taxonomy, which is a list of words
and not a scale. (Until 06.08.2026, this said “workspace taxonomy”; the taxonomy
is keyed by organisation, not by workspace.)CSV import process
1
Prepare your CSV file
Follow the format above. Save as
.csv (UTF-8 encoding recommended).2
Go to Import
In your workspace, click Tools (bottom of sidebar) → Import Data. You’ll see the import dialog.
3
Upload your CSV
Click Choose File and select your CSV. FTS will preview the first 5 rows to validate format.
4
Validate & map fields
Review the preview. If columns are misaligned:
- Click each column header
- Select the corresponding FTS field (or “Skip”)
- Click Apply Mapping
5
Confirm import
FTS shows a summary: “Ready to import 247 cases.” Click Import to begin.During import, FTS validates each row:
- Duplicate titles are flagged (same title + same tags)
- Missing required fields are reported
- Attachment URLs are checked for accessibility
6
Review imported cases
After import completes, all cases appear in your Cases list. They arrive in
the Draft status like any other new case, and each one still has to be
submitted for review and verified before it is published. There is no
“imported” badge and no separate marking — an earlier version of this page
promised one, and the case list has no such badge.
Handling duplicates
If FTS detects a duplicate (same title + tags already in workspace):- Merge: Combine the two cases (new data overwrites old)
- Rename: Append a suffix (e.g., “Connector failure v2”) and import as new
- Skip: Don’t import this row
The import is transactional—if critical errors occur, no cases are added and you can re-upload after fixing your CSV.
Bulk attachment import
For files (photos, logs, PDFs):- Create a folder on your web server (e.g.,
https://example.com/fts-imports/) - Upload all attachments there
- In your CSV, add URLs:
https://example.com/fts-imports/photo_batch_2847.jpg
Post-import cleanup
After import, spend 15–30 minutes reviewing:- Add missing tags for discoverability
- Fix formatting inconsistencies
- Update statuses to reflect current state
- Invite team members to review and comment