From 9e89aceff16a6ca92cb8c10d20b06729d14a5dad Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 3 Oct 2017 10:13:47 -0400 Subject: [PATCH] generic CSV update --- _articles/importing/import-data.md | 20 ++++++++++---------- files/bitwarden_export.csv | 9 +++++---- files/bitwarden_export_org.csv | 9 +++++---- 3 files changed, 20 insertions(+), 18 deletions(-) diff --git a/_articles/importing/import-data.md b/_articles/importing/import-data.md index f59dd631..4585753d 100644 --- a/_articles/importing/import-data.md +++ b/_articles/importing/import-data.md @@ -58,16 +58,16 @@ To import your data, log into the web vault at and You can manually condition a [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) file for your individual account import using the generic bitwarden format. Create a UTF-8 encoded plaintext file with the following format: ``` -name,uri,username,password,notes,folder,favorite,totp +name,uri,username,password,notes,folder,favorite,totp,fields ``` The above header must be the first line in the file. An example file may look like the following: ``` -name,uri,username,password,notes,folder,favorite,totp -Twitter,https://twitter.com,hello@bitwarden.com,password123,,Social,1, -EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,,TOTPSEED123 -My Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,,, +name,uri,username,password,notes,folder,favorite,totp,fields +Twitter,https://twitter.com,hello@bitwarden.com,password123,,Social,1,, +EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,,TOTPSEED123, +My Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,,,,"PIN: 1234" ``` [{% icon fa-download %} Download example](/files/bitwarden_export.csv) @@ -79,16 +79,16 @@ When importing from this format, select the **bitwarden (csv)** file format opti You can manually condition a [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) file for your organization account import using the generic bitwarden format. The format is almost the same as the individual account format above, however, organizations have "collections" instead of a "folder" and no "favorite". Create a UTF-8 encoded plaintext file with the following format: ``` -name,uri,username,password,notes,collections,totp +name,uri,username,password,notes,collections,totp,fields ``` The above header must be the first line in the file. An example file may look like the following: ``` -name,uri,username,password,notes,collections,totp -Twitter,https://twitter.com,hello@bitwarden.com,password123,,"Social,Marketing", -EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,TOTPSEED123 -Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,"Finance", +name,uri,username,password,notes,collections,totp,fields +Twitter,https://twitter.com,hello@bitwarden.com,password123,,"Social,Marketing",, +EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,TOTPSEED123, +Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,"Finance",,"PIN: 1234" ``` [{% icon fa-download %} Download example](/files/bitwarden_export_org.csv) diff --git a/files/bitwarden_export.csv b/files/bitwarden_export.csv index cf9ab4be..c37b9b10 100644 --- a/files/bitwarden_export.csv +++ b/files/bitwarden_export.csv @@ -1,4 +1,5 @@ -name,uri,username,password,notes,folder,favorite,totp -Twitter,https://twitter.com,hello@bitwarden.com,password123,,Social,1, -EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,,TOTPSEED123 -My Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,,, \ No newline at end of file +name,uri,username,password,notes,folder,favorite,totp,fields +Twitter,https://twitter.com,hello@bitwarden.com,password123,,Social,1,, +My Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,,,,"PIN: 1234 +Question 1: Blue" +EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,,TOTPSEED123, \ No newline at end of file diff --git a/files/bitwarden_export_org.csv b/files/bitwarden_export_org.csv index 9c735de8..fd7355c2 100644 --- a/files/bitwarden_export_org.csv +++ b/files/bitwarden_export_org.csv @@ -1,4 +1,5 @@ -name,uri,username,password,notes,collections,totp -Twitter,https://twitter.com,hello@bitwarden.com,password123,,"Social,Marketing", -EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,TOTPSEED123 -Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,"Finance", \ No newline at end of file +name,uri,username,password,notes,collections,totp,fields +Twitter,https://twitter.com,hello@bitwarden.com,password123,,"Social,Marketing",, +Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,"Finance",,"PIN: 1234 +Question 1: Blue" +EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,TOTPSEED123, \ No newline at end of file