Forum Discussion

Naxterra's avatar
Naxterra
Dedicated Contributor
4 years ago

Mass change of saved usernames

Hello

I am trying to change my emails by changing first letters into capitals. Is there an easy way to do it? Like abc.dsa@abc.de to Abc.Dsa@Abc.DE

Maybe export to a file, manual edit that file and then import it back can do it but I am afraid to lose my saved files and also maybe it can cause duplicates. I am not sure.


1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided

1 Reply

  • 1P_Ben's avatar
    1P_Ben
    Icon for 1Password Team rank1Password Team

    Hey Naxterra

    Importing doesn't overwrite existing items, so you would indeed end up with duplicates with that approach. The only way I can think to do this "in bulk" would be by writing a script that interfaces with our CLI. This would require some level of comfort working from the command line and creating scripts:

    1Password command-line tool: Getting started

    You could write a script that iterates through each of your items, checks if a field matches abc.dsa@abc.de, and if it does, replace the field with Abc.Dsa@Abc.DE. The OP in this thread had a similar goal (updating a batch of items), and may help get you started:

    https://1password.community/discussion/122327/mass-update-logins-passwords

    I hope that helps!

    Ben