Question

html extractor mystery

  • 25 April 2019
  • 1 reply
  • 2 views

Badge +10

This is my web page:

http://solutions.arcgis.com/water/help/water-utility-network-configuration/DataDictionary/DataDictionary/

I want to extract the text value of <div class = "agOverview agDetails spacing "> and the transformer finds the class but for some reason any Tag Part/HTML Attribute I use that's on the Property page of Google Inspector results to null. I also tried the drop down options (Whole/Value), tag #text and the result for the transformer is a feature with null value. Any ideas?

 

 

 


1 reply

Userlevel 2
Badge +17

The HTMLExtractor with this setting extracts text values from all the "div" elements having "agOverview agDetails spacing" in "class" attribute value, and populates them into a list attribute.

See here to learn more about CSS Selector syntax: https://www.w3schools.com/cssref/css_selectors.asp

Reply