I need to search a webpage with several links, however I need all the links that have a certain word, how can I do that?
Page 1 / 1
Look at the Help for the HTMLExtractor which gives an example of extracting all the links from a webpage and then outputing them as a list attribute.
You can then use the ListElementFilter (custom transformer) to filter the list to only contain elements that have your word.
Look at the Help for the HTMLExtractor which gives an example of extracting all the links from a webpage and then outputing them as a list attribute.
You can then use the ListElementFilter (custom transformer) to filter the list to only contain elements that have your word.