Hi All,

I'm trying to extract and doing calculation from HTML table with NIFI.
The purpose of the test if doing an addition of each TD in the same TR and 
output the result in file.
For this sample the result should be 23 and 43.

My table looks like

<table>
<tr>
          <td>11</td>
          <td>12</td>
     </tr>
     <tr>
          <td>21</td>
          <td>22</td>
     </tr>
</table>
My NIFI workflow is

InvokeHTTP > Response > GetHTMLElement > Success > PutFile

The CSS Selector for GetHTMLElement is table td.
I know that GetHTMLElement produce 0-N element but I don't know how I can 
perform calculation of them.

All help will be grateful

Thanks
Regards
Stephane

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Stephane Tinseau

Thomson Reuters
[email protected]<mailto:[email protected]>
thomsonreuters.com<http://thomsonreuters.com/>


________________________________

This e-mail is for the sole use of the intended recipient and contains 
information that may be privileged and/or confidential. If you are not an 
intended recipient, please notify the sender by return e-mail and delete this 
e-mail and any attachments. Certain required legal entity disclosures can be 
accessed on our website.<http://site.thomsonreuters.com/site/disclosures/>

Reply via email to