Generic CSV Import
Since I use a password manager unlisted on the import page (Norton), why not include instructions for how a CSV file should be formatted for upload?
Thanks to your feedback, you can now import a generic CSV into version 1.11.1 of Proton Pass from the browser extension and web app.
-
Tom
commented
Keeper, for example - Proton Pass import validates csv headers to ensure the required headers are present, but does not use the supplied order during import. If additional headers are present, or order is out of original sequence, data is imported to the wrong field.
Ex:Spec defines the following format:
Title, Username, PasswordImported content uses a modified format:
Username, Password, Titlerequired headers are present, but order is wrong. Username will be imported as Title, Password as Username, etc.