-
Notifications
You must be signed in to change notification settings - Fork 103
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
Export to CSV format #262
Comments
Safari on MacOS will also import logins in this CSV format. If the two factor token value is included in an OTPAuth column the "Verification Code" will be imported. Safari exports these fields to CSV: |
Thank you for the detailed description. I would generalize this as "CSV export from the Mac version", with specific format variations for Firefox and Safari. This would be redundant for the mobile app, but totally makes sense for the desktop version. |
This functionality may be better as a separate program specifically for converting kdbx to csv because that would allow you to perform the export in a script or an xbar command or a MacOS shortcut. |
@moenodedev , there is already |
On desktop I already have KeeWeb since it has a clean and intuitive UI. I see that it has XML and HTML export. I don't want to install a mess of apps so I decided to resubscribe to 1Password for now. I hope #259 can be resolved soon and that MacOS Auto Fill will be implemented in Firefox eventually. |
In the wide perspective, CSV export still makes sense for desktop KeePassium, so I will reopen this to keep it on the list. |
Hello, |
@FreedomIsAChoice , KeePassium does not import/export data from/to other formats. You will get a more informed answer from Firefox team and that of the importing app. |
Support export to CSV since it's unlikely Firefox will support MacOS AutoFill soon and it doesn't like a KeePassium addon for Firefox is on the roadmap. Also, Safari Auto Fill is broken when Touch ID is enabled (#259). Adding CSV export would make it easier for desktop users to use autofill functionality built into browsers.
Safari
Safari CSV import format
Fields
Example CSV
Safari also supports the Firefox CSV format.
Firefox
Limitations of
about:logins
Firefox
about:logins
CSV import formatFields
url
,username
, andpassword
values must be present (not blank "" or null) otherwise the row will not be imported.Example CSV
The columns can be in any order and they will be matched.
Importing the CSV into Firefox
Enable CSV import in Firefox
about:config
security.allow_eval_in_parent_process
totrue
signon.management.page.fileImport.enabled
totrue
false
after importing the CSVImport the CSV
about:logins
Import from a File...
about:loginsimportreport
Any existing entries will be updated.
Documentation
The text was updated successfully, but these errors were encountered: