Transform data from Nextcloud Passwords to a Bitwarden compatible format.
This is a proof-of-concept, and may not function in the future.
Ensure Node.js and Yarn are installed.
- Export your data from Nextcloud Passwords. Ensure the format is set to
Predefined CSV, and only thePasswordsoption is ticked. git cloneor download this repository andcdinto it.- Run
yarn installto install the dependencies. - Copy the exported Nextcloud Passwords
Passwords_M_D_YYYY.csvfile to the cloned directory. - Run
yarn run start <passwords file>. Replace<passwords file>with the name of the file you downloaded. - Import the generated
output.csvfile into Bitwarden asBitwarden (csv)!
- Many folders are created with site names. I don't know if this is a bug, or an issue with Bitwarden's import feature.