Skip to main content
Solved

html extractor mystery

  • April 25, 2019
  • 1 reply
  • 111 views

salvaleonrp
Enthusiast
Forum|alt.badge.img+20

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?

 

 

 

Best answer by takashi

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • April 25, 2019

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