Can support a html file from the specified element to read data sets controls (HTML_READ), such as:
name | age |
hw | 34 |
name | memo | address |
hw | cool boy | changchun |
Output of the following content
hw;34
hw;cool boy;changchun
Can support a html file from the specified element to read data sets controls (HTML_READ), such as:
name | age |
hw | 34 |
name | memo | address |
hw | cool boy | changchun |
Output of the following content
hw;34
hw;cool boy;changchun
Hello,
while HTML is subset of XML, you can parse it byXMLExtract component.
Thanks