How update Forwarding address and User Name fields from text file?

Hi.For a massive process of updating information from our users lotus notes, you need to be updated (add not replace) the person document the “User Name” and “forwarning Address” fields from arcivo text (.CSV). Currently are 450 users.

The csv file might look like this:

current1.mail@myabc.com, new1.mail@myabc.com

current2.mail@myabc.com, new2.mail@myabc.com

current3.mail@myabc.com, new3.mail@myabc.com

Then we want add new1.mail@myabc.com to “User Name” and “forwarning Address” new1.mail@myabc.com for the user with the mail address current1.mail@myabc.com and continue with others.

How I can do this, given that I am an administrator, not a programmer? Thank you very much for the help.

Eric

ebula@aaa.com.co

Subject: Agent

You will need to make friends with your developers and have them write you a lotusscript agent. Not that hard to write.

Subject: Lotusscript agent

As Barry Shapiro already said, you have to write a Lotusscript agent.I wrote something similar last year, it did not take very long. I did not even save the code, as it is so quick to write and it was justa one-time thing.

If you have any developers in your company, ask them to write it for you. Otherwise there are plenty of developers available for hire.

There is nothing built-in that you can use to do what you specify, as far as I know.