-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enpass CSV import #16
Comments
Thanks @kzshantonu. I must say that that export format is quite awful tbh.. The whole key-value system with optional notes at the end is bewildering. There's no way to know what are keys and what are values.. especially with the note-only item:
There's no indication of how this should be treated. The same goes for this one:
The title is without a key at the beginning, And the key-value pattern stops when hitting the last item which is magically a note. I guess that last one follows the pattern specified in the header, but the note-only item above definitely does not. Are we sure that all Enpass CSV exports follow the same pattern? I'd like to ignore the header and dive straight into the content.. which would only be possible if there are no other export options. @kzshantonu Any way you could screen shot the export process? |
Hi, There's a TXT export format too that you might want to take a look at, example here - https://pastebin.com/raw/TcpktFQG Here's a screenshot of the export process - http://i.imgur.com/6iwYzDO.png |
Thanks @kzshantonu - I guess supporting the CSV first would work. The txt format is interesting as I think we could make a generic text import. Lists like:
and
are quite easily parsed, like ini files. |
I have to mention that any new lines in the notes area are new lines in the CSV too.
|
Good point. This affects the lastpass importer too.. need to fix that.
|
hello i don't know if it's the good place for this comment but if anybody want quit enpass for buttercup without wait you can use keepass for convert your file : |
@NodokaMurmevent trick still works. Thanks for that, finally liberated from Enpass. <3 |
Latest Enpass has support for .json format export, but I haven't looked into it. |
As @jautero said, Enpass supports JSON format. I've exported one "facebook" entry just as an example: https://pastebin.com/raw/gX3RJdQt I think "sensitive" attribute should be enough to identify password and sensitive fields. |
I found this guide really helpful. I was able to import an enpass .json into Buttercup using this work around. https://jsph.pl/migrating-from-enpass-to-keepass/ |
Hello devs,
Would really appreciate an Enpass CSV import option
The format is fairly simple:
Title, field_name1, field_value1, field_name2, field_value2, field_name3, field_value3......
Here's a sample:
https://pastebin.com/raw/jR3G1TAa
thanks
The text was updated successfully, but these errors were encountered: