Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
nimvio
3 years agoSuper Contributor
Request Related To Archived Items
I'll be honest, I wish there was a way to pull up archived items when filling a login, such as when I'm singing into an app (e.g. on iPhone), a webpage, or elsewhere. I transitioned my 1Pass data fro...
Former Member
3 years ago@yousayduh I understand. That's quite a challenge.
I would never handle 1000s of items manually. Only scripted. Manually would take many days of tedious work.
If I had that task to remove duplicates, I would create an export, then extract the *.json formatted vault data and write a script that reads this *.json data. Then the script would group all items by title, website and password. All items with these 3 fields identical are duplicates, and from such a group I would write the entry with the newest modification date to a file for re-import.
However, this all needs programming skills.