Marking e-mail addresses inactive

Options
I have about 500 e-mail addresses in our database that are no good. We do not want to delete them in case we get the same e-mail given to us later and can know it's no good before we add it back. We only want to mark them inactive and add a comment about returned e-mail. Some are constituent e-mails and some are spouse (non-constituent) e-mails. 

I know the easiest way to do this is the export/import. But that process scares the bejesus out of me! Can someone give me some guidance on this? My other option is to sit here and manually open 500 records and mark 500 e-mails inactive....my arm hurts just thinking about it.
frown

Comments

  • Set up your process and run it on a Query of just a few records.  Check those records that they are now the way you want them, then go back and adjust the Query for the rest of them.  Do the bulk of the records after your database has been fully backed up, just in case something goes very wrong.
  • Using the advice from Jen, I created a query of 10 of the constituents I needed to change. Then I created the file per Alan's instructions and processed the import change on the 10 constituents. All went well! 

    I am about to start attempting to process this on the database as a whole. I think my biggest issue will be not messing up my data file as I sort to find the e-mails I need to change. Hopefully I can report back later that all my changes were made and I am on my way to being able to use import for more changes. 
    laugh
  • Jessica Smith:

    Using the advice from Jen, I created a query of 10 of the constituents I needed to change. Then I created the file per Alan's instructions and processed the import change on the 10 constituents. All went well! 

    I am about to start attempting to process this on the database as a whole. I think my biggest issue will be not messing up my data file as I sort to find the e-mails I need to change. Hopefully I can report back later that all my changes were made and I am on my way to being able to use import for more changes. 
    laugh

     

    Glad it's working so far! To make the process even less manual and avoid the risk of messing up your data file by sorting it, what you could do is use a formula (VLOOKUP or COUNTIF are my staples for this sort of thing!) to see which of the emails you've just exported using the query are present on your original list of bad emails, then you can remove the others from your import file in one go without having to compare the whole list by eye.
  • I used the VLOOKUP function and it worked great. I was able to match the list of bad e-mail addresses to my Import File and make the changes right there without my usual colorcoding duplicates. I imported it back into RE and, if the Date Last changed>Today query I ran is accurate, it worked like a charm! 

    Now I feel like I can take on the world! LOL Or maybe just the rest of the cleaning of the database that I have been dreading doing manually. 

    Thanks again for all the help!

     
  • You could also copy the 500 emails in a "one of" query (one one of for each email type you use) and then create an import file with the fields recommended by Alan, using include "selected records". That would limit the changes to these records only.

    see here:

    http://www.blackbaudknowhow.com/the-raisers-edge/smart-copypaste-in-query.htm


     

  • Cathleen Mai:

    You could also copy the 500 emails in a "one of" query (one one of for each email type you use) and then create an import file with the fields recommended by Alan, using include "selected records". That would limit the changes to these records only.

    see here:

    http://www.blackbaudknowhow.com/the-raisers-edge/smart-copypaste-in-query.htm


     

     

    Ah, I should have thought of that! I created a massive CSV doc of all my records and manually deleted what I didn't need. That took a while, especially creating the import file. I will remember that next time!

    Thanks Cathleen. 

  • Cathleen Mai:

    You could also copy the 500 emails in a "one of" query (one one of for each email type you use) and then create an import file with the fields recommended by Alan, using include "selected records". That would limit the changes to these records only.

    see here:

    http://www.blackbaudknowhow.com/the-raisers-edge/smart-copypaste-in-query.htm

     

    Do you need a separate "one of" for each email type? I always just paste everything into the "Phone Number" field directly under the Phones node, rather than fiddling around with the Specific Phone types.

  • Alan, you are right. You don't need to do that.

Categories