Skip to content

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.

SourceExport FormatNotes
1PasswordCSV exportLogins, secure notes, credit cards
LastPassCSV exportLogins, secure notes
KeePassXML exportAll entry types (KeePass 2.x format)
BitwardenCSV exportUse the Generic CSV importer
RoboFormCSV exportLogins
Claspt JSONJSON exportRe-import previously exported secrets
Generic CSVCSVCustom column mapping for any CSV file
Markdown.md filesImport individual markdown pages
  1. Export your data from the source application (see format-specific instructions below).
  2. In Claspt, go to Settings → click Import (or use the import button in the sidebar toolbar).
  3. Select the source format and choose the export file.
  4. Preview — Claspt shows you exactly what will be imported before committing.
  5. Choose a target folder (or create a new one).
  6. Click Import.

When importing, Claspt detects entries that match existing pages (by title and folder) and offers three strategies:

StrategyBehavior
Skip (default)Don’t import duplicates
OverwriteReplace existing page content with imported version
Import as NewCreate with ” (2)” suffix on the title

If you’ve previously exported your secrets using Settings → Export → Secrets Only (JSON), you can re-import them:

  1. Select Claspt JSON as the format.
  2. Choose your .json export file.
  3. Structured fields (URL, Username, Password) are preserved as-is.
  4. 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.

  1. Open 1Password → FileExportAll Items.
  2. Choose CSV format.
  3. Authenticate when prompted.
  4. Save the file and import into Claspt.
  1. Go to LastPassAdvanced OptionsExport.
  2. Download the CSV file.
  3. Import into Claspt.
  1. Open KeePass → FileExport.
  2. Choose KeePass XML 2.x.
  3. Save and import into Claspt.
  1. Go to Bitwarden → ToolsExport Vault.
  2. Choose CSV format (not encrypted JSON).
  3. In Claspt, select Generic CSV as the format.
  4. Claspt will auto-detect columns (title, username, password, URL, notes).

For any CSV file not from a recognized format:

  1. Select Generic CSV as the format.
  2. Claspt reads the column headers and shows a mapping interface.
  3. Assign each column a role: Title, Username, Password, URL, Notes, Folder, or Skip.
  4. Preview and import.

To import a single .md file:

  1. Click the import button and select Markdown.
  2. Choose the .md file.
  3. Claspt extracts the title from the first heading or filename.
  4. If the file contains :::secret blocks, they’re encrypted on import.
  5. Choose the target folder and import.