diff --git a/src/importers/roboformCsvImporter.ts b/src/importers/roboformCsvImporter.ts index 056479db83..09a97997b3 100644 --- a/src/importers/roboformCsvImporter.ts +++ b/src/importers/roboformCsvImporter.ts @@ -42,6 +42,7 @@ export class RoboFormCsvImporter extends BaseImporter implements Importer { }); } + this.convertToNoteIfNeeded(cipher); this.cleanupCipher(cipher); if (i === results.length && cipher.name === '--' && this.isNullOrWhitespace(cipher.login.password)) {