I would like to see if anyone can help me figure out a way to export data from https://fortress.wa.gov/wsp/collisionanalysistool/Query/SearchCriteria site using either HTTPCaller with JSON... or another series of transformers.
This site allows us to select collision data based on some criteria and then export that data out to excel/csv. I have requested the API reference to this, but have not yet received it, and am not sure if I will.
Ultimately I would like to automate a process that downloads most current data on a monthly basis then adds that data to a GIS layer.
It seems very doable; but not being a web developer, I can only get so far trying to understand what's going on using developer tools in Chrome/Edge.
When using HTTPCaller, the response body looks promising, but I can't seem to get past that.
Any help would be greatly appreciated.