bitwarden-estensione-browser/spec/common/importers/testData/onePasswordCsv
Matt Gibson 6fb0646481
Fix 1password importer (#217)
* Fix import of 1password csv

* 1password is using '\' as a quote escape character.

* 1password's csv headers are sometimes capitalized. We want to identify
them case insensitively

* Change cipher type based on csv type header

* Translate 1password data to correct fields

* Test identity and credit card import

* linter fixes

* Do not use node 'fs' module

Karma is being used for automated tests so node modules are not available

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-04 12:29:31 -06:00
..
creditCard.csv.ts Fix 1password importer (#217) 2020-12-04 12:29:31 -06:00
identity.csv.ts Fix 1password importer (#217) 2020-12-04 12:29:31 -06:00