Value
|
Description
|
Type
|
Distinct Values
|
Default value
|
Self
|
Description
|
A condition extracts a fragment of the entire block of data which is identified by the
ApplyTo tag. The
SaveWhat tag allows to specify if the extracted fragment should be saved, or the fragment left or right of the extracted fragment.
|
Allowed values:
- Self: Saves the fragment identified by the condition.
- Left: Saves fragment left of Self.
- Right: Saves the fragment right of Self.
Example
<Conditions>
<RegExpr>
<ApplyTo>Http.Final.Response.Body</ApplyTo>
<Data>Instructions:\([^<]+\)<</Data>
<SaveAs>Instructions</SaveAs>
<SaveTag>1</SaveTag>
</RegExpr>
<FindData>
<ApplyTo>Instructions</ApplyTo>
<Data>Download</Data>
</FindData>
</Conditions>