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.
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.