Password ManagerImport & ExportImport Guides

Import Data from Myki

Use this article for help exporting data from Myki and importing into Bitwarden. Myki data exports are available as .csv files.

Export from Myki

The process for exporting data from Myki is different depending on which platform you are using. Whenever possible, we recommend exporting from the Myki web app for the smoothest experience importing to Bitwarden.

For help exporting from Myki, refer to these Myki articles.

Condition your CSVs

If you exported from a Myki mobile app, you will be required to condition your .csv files for import into Bitwarden. This will primarily involve renaming column headers and, in some cases, re-ordering columns in the .csv.

Each of the following sections will document first the format exported by Myki and second the format expected by Bitwarden.

UserAccount.csv

Exported:

Bash
Nickname,Url,Username,Password,Additional Info,Two Factor Secret,Status

Expected:

Bash
nickname,url,username,password,additionalInfo,twofaSecret,status,tags

CreditCard.csv

Exported:

Bash
Nickname,Card Number,CardName,Exp Month,Exp Year,CVV,Additional Info,Status

Expected:

Bash
nickname,status,tags,cardNumber,cardName,exp_month,exp_year,cvv,additionalInfo

IdCard.csv

Exported:

Bash
Nickname,Id Type,Id Number,Id Name,Id Issuance Date,Id Expiration Date,Id Country,Additional Info,Status

Expected:

Bash
nickname,status,tags,idType,idNumber,idName,idIssuanceDate,idExpirationDate,idCountry,additionalInfo

Address.csv

Exported:

Bash
Nickname,First Name,Middle Name,Last Name,Email,First Address Line,Second Address Line,Title,Gender,Number,City,Country,Zip Code,Additional Info,Status

Expected:

Bash
nickname,status,tags,firstName,middleName,lastName,email,firstAddressLine,secondAddressLine,title,gender,number,city,country,zipCode,additionalInfo

Note.csv

Exported:

Bash
Title,Content,Status

Expected:

Bash
nickname,status,content

User2FA.csv

Exported:

Bash
Nickname,Additional Info,Two Factor Secret,Status

Expected:

Bash
nickname,status,tags,authToken,additionalInfo

Import to Bitwarden

Data can be imported to Bitwarden from the web app, browser extension, desktop app, and CLI. Data is encrypted locally before being sent to the server for storage.

note

While some item types cannot be imported, you can still add them to a vault:

To import data to your vault:

  1. Select Tools.

  2. Select Import data:

    Import data
    Import data
  3. From the Vault dropdown menu, select where to save the data:

    • Individual vault: Select My vault and (optional) choose a Folder to move the items.

    • Organization vault: Select the organization vault’s name and choose a Collection. (The Manage collection permission is required.)

  4. From the File format dropdown menu, select the import file format.

  5. Select Choose File and pick the file or copy and paste your file’s contents into the text box.

    warning

    Importing does not check for duplicates. If you import the same file more than once or import items already in your vault, duplicate items will be created.

  6. Select Import data. If you are importing a password protected .json file, enter the password into the Confirm vault import window that appears.

  7. After your data is imported, delete the import source file from your computer. This will protect you in the event your computer is compromised.

If an “Import error” message appears, no data was added to your vault. Fix the import file issue and try again.