I am trying to test the “Query Google For Address” link below, but it fails when executing. I realized that also other connections to retrieve info from pages of any webpage fail. The error is called “Execute Failed” and I know it is due to connection problems since I click the option in error handling “Output missing values” and it put a missing value instead of failing. Can someone bring some light to me?
Hi @VAGR_ISK , I tried the workflow from the link, and it works without any problem for me, I’m not getting any error.
However, Google’s response has changed since that workflow was built, and so the XPath to retrieve the Address is no longer valid and hence returns an empty address. (Tagging @ScottF to let him know as it’s his workflow)
But the Webpage Retriever works without any issue.
Thanks for the response. I have to admit that I am not familiar with the /html/body… since I am a beginner in KNIME. What should I do, so that it works? In fact, my intention is to get the number of searches found by google scholar using the XPath after using the Webpage retriever. Now I am fighting with the XPath to get me the search number in a column table.
I meant that I want to retrieve the number inside of the XML file that I got from google (see pic). The number should always be in the same position. The process seems to require a lot of sintasxis as you mentioned @ScottF. So I guess you could tell me how to select this specific text.