Import Guide
Claspt can import credentials from popular password managers, CSV files, markdown files, and Claspt’s own JSON export format. Each import creates pages with your existing data converted to Claspt’s markdown + secret block format.
Supported Formats
Section titled “Supported Formats”| Source | Export Format | Notes |
|---|---|---|
| 1Password | CSV export | Logins, secure notes, credit cards |
| LastPass | CSV export | Logins, secure notes |
| KeePass | XML export | All entry types (KeePass 2.x format) |
| Bitwarden | CSV export | Use the Generic CSV importer |
| RoboForm | CSV export | Logins |
| Claspt JSON | JSON export | Re-import previously exported secrets |
| Generic CSV | CSV | Custom column mapping for any CSV file |
| Markdown | .md files | Import individual markdown pages |
How to Import
Section titled “How to Import”- Export your data from the source application (see format-specific instructions below).
- In Claspt, go to Settings → click Import (or use the import button in the sidebar toolbar).
- Select the source format and choose the export file.
- Preview — Claspt shows you exactly what will be imported before committing.
- Choose a target folder (or create a new one).
- Click Import.
Duplicate Handling
Section titled “Duplicate Handling”When importing, Claspt detects entries that match existing pages (by title and folder) and offers three strategies:
| Strategy | Behavior |
|---|---|
| Skip (default) | Don’t import duplicates |
| Overwrite | Replace existing page content with imported version |
| Import as New | Create with ” (2)” suffix on the title |
Importing from Claspt JSON
Section titled “Importing from Claspt JSON”If you’ve previously exported your secrets using Settings → Export → Secrets Only (JSON), you can re-import them:
- Select Claspt JSON as the format.
- Choose your
.jsonexport file. - Structured fields (URL, Username, Password) are preserved as-is.
- Multiple secrets from the same page are grouped into a single import entry.
This is useful for migrating secrets between vaults or restoring from a backup.
Export from 1Password
Section titled “Export from 1Password”- Open 1Password → File → Export → All Items.
- Choose CSV format.
- Authenticate when prompted.
- Save the file and import into Claspt.
Export from LastPass
Section titled “Export from LastPass”- Go to LastPass → Advanced Options → Export.
- Download the CSV file.
- Import into Claspt.
Export from KeePass
Section titled “Export from KeePass”- Open KeePass → File → Export.
- Choose KeePass XML 2.x.
- Save and import into Claspt.
Export from Bitwarden
Section titled “Export from Bitwarden”- Go to Bitwarden → Tools → Export Vault.
- Choose CSV format (not encrypted JSON).
- In Claspt, select Generic CSV as the format.
- Claspt will auto-detect columns (title, username, password, URL, notes).
Generic CSV Import
Section titled “Generic CSV Import”For any CSV file not from a recognized format:
- Select Generic CSV as the format.
- Claspt reads the column headers and shows a mapping interface.
- Assign each column a role: Title, Username, Password, URL, Notes, Folder, or Skip.
- Preview and import.
Markdown Import
Section titled “Markdown Import”To import a single .md file:
- Click the import button and select Markdown.
- Choose the
.mdfile. - Claspt extracts the title from the first heading or filename.
- If the file contains
:::secretblocks, they’re encrypted on import. - Choose the target folder and import.