1
0
mirror of https://github.com/bitwarden/help synced 2025-12-15 15:53:53 +00:00

import troubleshooting

This commit is contained in:
Kyle Spearrin
2018-11-23 08:19:12 -05:00
parent f5c433b8a2
commit 985844ca2c

View File

@@ -98,3 +98,11 @@ collections,type,name,notes,fields,login_uri,login_username,login_password,login
[{% icon fa-download %} Download example](/files/bitwarden_export_org.csv)
When importing from this format, select the **Bitwarden (csv)** file format option from the dropdown menu.
## Troubleshooting Import Errors
<u>Ciphers[<b>X</b>].Login: The field <b>yyyy</b> exceeds the maximum encrypted value length of <b>zzzz</b> characters.</u>
This error occurs whenever an item in your exported file has a large amount of data associated with it, which exceeds the limits allowed for items stored in your Bitwarden vault. You will need to correct this data by removing it, or reducing its size so that the Bitwarden importer will succeed.
You can open the exported file in a text editor or spreadsheet program (such as Excel) to locate it. The offending item can be found at index **X** (as referenced in the error message) in the file. Once you have located the offending item, remove it or update its data, then resave and try the import operation with Bitwarden again.