Overview
Parse a HTML page and return as a Data Structure
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|
Set a Dynamic Name |
Show the Dynamic Name slot in the tree so that it can be set statically or dynamically
|
Boolean Block Group
| No |
Dynamic Name |
The dynamic name of this item
|
Text Block Group
| No |
Attributes |
Metadata values for this block. Used in XML and multipart/form-data.
|
Text Block Group
| No |
HTML |
The HTML to parse
|
Text Block Group
| No |
Tag To Extract |
If specified, the first-level elements with this tag will be extracted
|
Text Block Group
| No |
Class to Extract |
If specified, first-level elements with this class will be extracted
|
Text Block Group
| No |
ID To Extract |
If specified, the element with this ID will be extracted
|
Text Block Group
| No |
Attributes To Extract |
If specified, as key=value, the element with the given attribute name set to the given value is extracted.
|
Text Block Group
| No |
Error if not matched |
If searches are not matched, return an error instead of a warning.
|
Boolean Block Group
| No |
Return Result as HTML |
Instead of returning a data structure, return the extracted HTML as a string.
|
Boolean Block Group
| No |