Migrating Bitwarden Organizations with mrc-converter-suite, collections as tags? [Solved]
I'm trying working on migrating a Bitwarden Organization to a vault in 1password. I immediately stumbled upon mrc-converter-suite and thought to myself "I love people like MrC!".
I took a look at the code, and its beyond my skill to try and do anything with this.
Below is a scrubbed and sanitized version of an organization export in .json format.
{
"encrypted": false,
"collections": [
{
"id": "5eb63cc1-8dba-4cb1-8376-ac350659d232",
"organizationId": "d04585d5-78ad-403b-9234-ac3500587b2f",
"name": "Clothing",
"externalId": null
},
{
"id": "fa2bd688-af96-472c-ad23-ac358059dabc",
"organizationId": "d04585d5-78ad-403b-9234-ac3500587b2f",
"name": "Shoes",
"externalId": null
}
],
"items": [
{
"id": "2b9a419b-3afc-4dc8-ae3d-ae3800531126",
"organizationId": "d04585d5-78ad-403b-9234-ac3500587b2f",
"folderId": null,
"type": 1,
"reprompt": 0,
"name": "Vans",
"notes": null,
"favorite": false,
"login": {
"uris": [
{
"match": null,
"uri": "https://www.vans.com/"
}
],
"username": "justanotheruser-at-adomain.com",
"password": "supersecret",
"totp": null
},
"collectionIds": [
"5eb63cc1-8dba-4cb1-8376-ac350659d232",
"fa2bd688-af96-472c-ad23-ac358059dabc"
]
}
]
}
1Password Version: 8.10.23
Extension Version: Not Provided
OS Version: Windows 11
Browser: Vivaldi
