- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Multiple GETHTMLElement
Created ‎09-01-2017 10:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any way to perform multiple GETHMLElements in the same line of dataFlow?
I am using the processor like it's explained in https://community.hortonworks.com/questions/68060/how-to-use-gethtmlelement.html (InvokeHTTP --> GetHTMLElement --> UpdateAttributes (dateDay: ${HTMLElement}) to get one date (and its working well). After that, I need to perform another GetHTMLElement to get the date hour and bind the 2 attributes in one formatted date, but the second CSS Selector it is not working...
It´s possible to get multiple HTMLElements to attributes in the same data LineFlow?
Thanks...!
Created ‎09-05-2017 12:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I solved that performing a MergeContent after updating the 2 attributes name... But now i need to perform another 3 different GetHTMLs from the same Fileflow at different times (with different content)... Is not possible to perform them continuously avoiding MergeContent???
Thanks..
Created ‎09-12-2017 08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Solved and reported in JIRA by Andy (https://stackoverflow.com/questions/46070288/multiple-gethtml-attributes-in-apache-nifi)
