In that case, you were very mistaken/confused when you wrote earlier that your Norton .csv export did have at least four of the expected columns Username
, Password
, Title
, Login
, URL
, and Notes
.
Bitwarden devs are paid, but community members who provide assistance on this forum (like me) are just Bitwarden users who try to help fellow users (like you) on a volunteer basis, with no pay or other compensation.
In case anybody else reading this thread is interested in the solution, here are the instructions…
If you have both a Title
column and a Login
column in your .csv export, choose which you want to use as the names of the entries in in your Bitwarden vault, and delete the other column (but if it seems that the other column contains important information that should not be deleted, please request further assistance). Make sure that the column is fully deleted (i.e., not just cleared, leaving behind an empty column).
Modify the column titles of your .csv file, by making the following changes in the first row (copy and paste the new column titles from the list below, so that you don’t introduce any typos):
- Change
Username
to login_username
(all-lowercase);
- Change
Password
to login_password
(all-lowercase);
- Change
Login
or Title
(whichever you didn’t delete in Step 1 above) to name
(all-lowercase);
- Change
URL
to login_uri
(all-lowercase);
- Change
Notes
to notes
(all-lowercase);
Starting in the first empty column (which should be the 6th column after completing Steps 1-2), create six more columns, by entering the following column titles in the first row of your .csv file:
- In Row
1
of the 6th Column, enter folder
(all-lowercase);
- In Row
1
of the 7th Column, enter favorite
(all-lowercase).
- In Row
1
of the 8th Column, enter login_totp
(all-lowercase);
- In Row
1
of the 9th Column, enter fields
(all-lowercase);
- In Row
1
of the 10th Column, enter reprompt
(all-lowercase);
- In Row
1
of the 11th Column, enter type
(all-lowercase).
For each row (starting at Row 2
), enter the value login
(all-lowercase) in the column named “type
” (11th Column).
Save the .csv file.
If you have previously imported some or all of passwords into Bitwarden, then importing the .csv file again will create a large number of duplicate entries. To avoid this, you can follow the steps below to purge your Bitwarden vault (which deletes all entries previously stored in the vault):
-
Log in to the Web Vault.
-
Click on the account profile icon in the upper right corner, and select “Account Settings”.
-
Scroll down to the section titled “Danger Zone”, and click on “Purge Vault”.
-
In the pop-up window, enter your master password and click “Purge Vault”.
-
Log out and log back in to the Web Vault. Confirm that the vault is completely empty.
Follow the steps below to import the conditioned data into your (now empty) Bitwarden vault:
-
Click “Tools” in the top navigation bar, and then click “Import data” in the lefthand navigation menu.
-
Under “File Format”, select “Bitwarden (csv)”.
-
Click the Choose File button, then select your .csv file in the file picker, and click “Open”.
-
Click Import Data, and wait for the success message (which will say that “A total of N items were imported
”, where N should be the number of items in your .csv file), then click “OK”.
-
Click on the account profile icon in the upper right corner, and select “Account Settings”.
-
Scroll down to the section titled “Danger Zone”, and click on “Deauthorize Sessions”.
-
In the pop-up window, enter your master password and click “Deauthorize Sessions”.
-
Log back in on all of your apps.
I hope this helps somebody!