I am trying to export my password from one password manager (Any Password) to another (KeePass). The problem is that Keepass doesn't like the way Any Password exports CSV files.
---
AnyPass exports like this:
2,1,Name,username,password,http://www.url.com,"comment line 1
comment line 2
comment line 3
"
2,1,name2,username2,password2,http://www.url2.com,
---
im not entirely sure what 2,1, means: most rows have it but some have 1,0,
---
KeePass exports like this:
"Account","Login Name","Password","Web Site","Comments"
"Name1","Username1","Password1","http://www.url1.com","comment"
---
When I try to import the AnyPass csv it says "An error occured while importing this file. file cannot be imported. Entry: #0."
How can I make the csv file compatable so I can import to KeePass?
Thanks
---
AnyPass exports like this:
2,1,Name,username,password,http://www.url.com,"comment line 1
comment line 2
comment line 3
"
2,1,name2,username2,password2,http://www.url2.com,
---
im not entirely sure what 2,1, means: most rows have it but some have 1,0,
---
KeePass exports like this:
"Account","Login Name","Password","Web Site","Comments"
"Name1","Username1","Password1","http://www.url1.com","comment"
---
When I try to import the AnyPass csv it says "An error occured while importing this file. file cannot be imported. Entry: #0."
How can I make the csv file compatable so I can import to KeePass?
Thanks