I have only tested it on linux but it should work on windows+macos too.
- Make sure python 3 is installed
- Export the data from dashlane by visiting the web app, then pressing "My account" > "Settings" > "Export Data"
- Unzip the .zip-file downloaded from dashlane
- Download this script and put it in the same folder as the unzipped dashlane files
- Open a terminal in the folder where the csv-file is located
- Run
python convert.py credentials.csv -o bitwarden.csv
- Open the bitwarden web app
- Go to "Tools" > "Import data"
- Select the format "Bitwarden (csv)"
- Select the file bitwarden.csv in the folder of your unzipped dashlane export
- Press "Import data"
Note: This script only converts your passwords saved in dashlane, not secure notes, saved payment options or personal information.
Yes, it only works on credentials. Bitwarden only imports the dashlane csv from the PC client (which has been deprecated and doesn’t work natively on linux etc) and not the web app. This script allows you to convert the .csv file that is downloadable from the web app :)