closeio / closeio-api

Python API Client for Close
http://developer.close.com/
MIT License
65 stars 47 forks source link

Script to bulk update the country code of all addresses in leads matching a certain search query #21

Closed philfreo closed 9 years ago

philfreo commented 9 years ago

bulk_update_address_countries.py

inputs:

python cli script that takes these items as inputs. it should loop through each lead in the given search query, and if there are any addresses on that lead with the old country code then it should update the address with the new country code

Would also like a read-only preview mode of what will happen and then a --confirmed flag

@congocongo Can you work on this one after the other script?

thomasst commented 9 years ago

@congocongo When do you think the script will be ready?

congocongo commented 9 years ago

I did already.

thomasst commented 9 years ago

Thanks! Didn't see it since it wasn't referenced here

philfreo commented 9 years ago

Handled in #22