closeio / closeio-api

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

bulk_update_lead_info doesn't support addition of new addresses #49

Closed anemitz closed 8 years ago

philfreo commented 8 years ago

Very quick glance at the code/fields and it seem to support this. Can you give more details?

anemitz commented 8 years ago

https://github.com/closeio/closeio-api/blob/master/scripts/bulk_update_leads_info.py#L160

only supports updates to existing addresses.

wojcikstefan commented 8 years ago

There was actually a bug where instead of extracting X from addressX_*, the script would extract s for every address, essentially excluding any address column. I fixed it in da540d3.