1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

Pull in Dashlane and Myki importer (#1523)

* Pull jslib

* Update copy for Dashlane json and csv importers
This commit is contained in:
Daniel James Smith
2022-03-08 00:01:19 +01:00
committed by GitHub
parent 5cb3941190
commit 18f1929f65
2 changed files with 8 additions and 3 deletions

2
jslib

Submodule jslib updated: 6aae3beb76...fa3a95fed0

View File

@@ -140,9 +140,14 @@
Using the Password Safe desktop application, navigate to "File" → "Export To" → "XML
format..." and save the XML file.
</ng-container>
<ng-container *ngIf="format === 'dashlanecsv'">
Log in to Dashlane, click on "My Account" &rarr; "Settings" &rarr; "Export file" and select
"Export as a CSV file". This will download a zip archive containing various CSV files. Unzip
the archive and import each CSV file individually.
</ng-container>
<ng-container *ngIf="format === 'dashlanejson'">
Using the Dashlane desktop application, navigate to "File" &rarr; "Export" &rarr; "Unsecured
archive (readable) in JSON format" and save the JSON file.
Dashlane no longer supports the JSON format. Only use this if you have an existing JSON for
import. Use the CSV importer when creating new exports.
</ng-container>
<ng-container *ngIf="format === 'msecurecsv'">
Using the mSecure desktop application, navigate to "File" &rarr; "Export" &rarr; "CSV File..."