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're 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:
Nickname,Url,Username,Password,Additional Info,Two Factor Secret,Status
Expected:
nickname,url,username,password,additionalInfo,twofaSecret,status,tags
CreditCard.csv
Exported:
Nickname,Card Number,CardName,Exp Month,Exp Year,CVV,Additional Info,Status
Expected:
nickname,status,tags,cardNumber,cardName,exp_month,exp_year,cvv,additionalInfo
IdCard.csv
Exported:
Nickname,Id Type,Id Number,Id Name,Id Issuance Date,Id Expiration Date,Id Country,Additional Info,Status
Expected:
nickname,status,tags,idType,idNumber,idName,idIssuanceDate,idExpirationDate,idCountry,additionalInfo
Address.csv
Exported:
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:
nickname,status,tags,firstName,middleName,lastName,email,firstAddressLine,secondAddressLine,title,gender,number,city,country,zipCode,additionalInfo
Note.csv
Exported:
Title,Content,Status
Expected:
nickname,status,content
User2FA.csv
Exported:
Nickname,Additional Info,Two Factor Secret,Status
Expected:
nickname,status,tags,authToken,additionalInfo
Import to Bitwarden
Data must be imported to Bitwarden from the web vault or CLI. Data is encrypted locally before being sent to the server for storage.