Hey everyone,
Here are some instruction on how to change the column headers of csv-files created by the Myki Mobile app. If you exported from the desktop application, you can just import using the instructions at the top of this thread.
The examples below always shows the export from mobile, followed by the expected format.
It’s mostly small changes to casing and in some files also the order of the columns.
I hope this is easy enough to follow.
UserAccount.csv
Nickname,Url,Username,Password,Additional Info,Two Factor Secret,Status
--
nickname,url,username,password,additionalInfo,twofaSecret,status,tags
CreditCard.csv
Nickname,Card Number,CardName,Exp Month,Exp Year,CVV,Additional Info,Status
--
nickname,status,tags,cardNumber,cardName,exp_month,exp_year,cvv,additionalInfo
IdCard.csv
Nickname,Id Tyoe,Id Number,Id Name,Id Issuance Date,Id Expiration Date,Id Country,Additional Info,Status
--
nickname,status,tags,idType,idNumber,idName,idIssuanceDate,idExpirationDate,idCountry,additionalInfo
Address.csv
Nickname,First Name,Middle Name,Last Name,Email,First Address Line,Second Address Line,Title,Gender,Number,City,Country,Zip Code,Additional Info,Status
--
nickname,status,tags,firstName,middleName,lastName,email,firstAddressLine,secondAddressLine,title,gender,number,city,country,zipCode,additionalInfo
Note.csv
Title,Content,Status
--
nickname,status,content
User2FA.csv
Nickname,Additional Info,Two Factor Secret,Status
--
nickname,status,tags,authToken,additionalInfo
Once all files have been modified, the import can be done as described at the top of this thread.
Please let me know, if this works for you.
Kind regards,
Daniel