Hello,
I am wondering if active provides a method to extract a full dump of the event info as opposed to the querying method provided through the api. If I am interested into aggregating the sum of event data I can simply construct queries to cover the entire spectrum (at least attempt), but I was hoping there was an nightly export, perhaps in csv format.
Thanks for any assistance!
- n
Message edited by Nathan 15 years ago
active Admin
–
15 years ago
Unfortunately we don't have a bulk data dump of all events added to our system each day. I recommend using generic parameters in the Search API, i.e. querying all events in the US, and running a query at a scheduled interval to build a comprehensive list and add new events as they're generated..
Hello,
I am wondering if active provides a method to extract a full dump of the event info as opposed to the querying method provided through the api. If I am interested into aggregating the sum of event data I can simply construct queries to cover the entire spectrum (at least attempt), but I was hoping there was an nightly export, perhaps in csv format.
Thanks for any assistance!
- n
Message edited by Nathan 15 years ago
active Admin – 15 years ago
Unfortunately we don't have a bulk data dump of all events added to our system each day. I recommend using generic parameters in the Search API, i.e. querying all events in the US, and running a query at a scheduled interval to build a comprehensive list and add new events as they're generated..