Hello,
is it possible to adapt the Bitwarden json importer and get a second option so that it become possible to import collections from Bitwarden? There is a difference between Folders and Collections
I tried how it is possible to import a collection, and witch changes inside the json are nessesary to import correctly to Keepass:
TestSammlung.json
"collections" --> change to "folders" (Row 3)
area "collections"
"organizationId" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", --> remove
"externalId": null --> remove
area "items"
"organizationId" : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", --> "organizationId": null,
"collectionIds": [ "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ] --> "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" should be moved to "folderId"
"collectionIds": [ ] --> chnage to "collectionIds": null
Thanke you and have a great weekend.
Greetings
J
for Keepass2, my mistake!!!!
In Bitwarden, an item can be in exactly one folder or in one or more collections. So, Bitwarden's folders correspond to KeePass' groups, and collections correspond to tags.
I've now enhanced the Bitwarden import module to import collection names as tags.
Here's the latest development snapshot for testing:
https://keepass.info/filepool/KeePass_211006.zip
Thanks and best regards,
Dominik