Examples
Notes
Parameters
Note: For the full list of parameters available for this method, see Global parameters for methods. The following table shows parameters most relevant to or specific to this method.id | value | description |
---|---|---|
id (required) | passthrough | bypass the Method object, and return the output of the anchor’s Match parameter. |
Examples
The following example uses regular expressions to extract a list of forms with four-digits identifiers (for example, “Form 1099”) in a W-9 form. It defines a range to look in withstart
and stop
text. Since the anchor already matches the target data, further extraction steps using a Method object are unnecessary. To ignore the Method object, set the method id to "passthrough"
.
Config
JSON

Example document | Download link |
---|
JSON