Skip to main content

Is there a reader which will locate all the JSON URL endpoints on a webpage for me? I wish to acquire all the attributes related to spatial features contained within the webpage.

You can use a Creator to fire off an HTTPCaller and download the webpage and store in an attribute, then use a StringSearcher to search for the endpoints. Alternatively, an HTMLExtractor instead of the HTTPCaller/StringSearcher combo might work, if you can get your head around its syntax.


Reply