ParametersExamples
Notes
Parameters
Examples
The following example shows extracting data from two consecutive tables using the Row method:- The first field has an anchor with two matches to avoid duplicate text in the second table. First the anchor matches the text
most popular on github, then it anchors on the textfirstin a row. The method then extracts the top-ranked GitHub language name to the left of the anchor match. - The second field also has an anchor with two matches. It anchors on the row containing
Python, then extracts the second percentage in the row to the right of the anchor.
JSON
Output
JSON
Notes
- To extract an entire table, see the table methods.
- To extract a column, see the Column method.
- In a row with optional empty cells, a tiebreaker can return lines from inconsistent columns. Use the Intersection method instead.
- The Row method can’t extract multiple lines in a cell. Use the Document Range or Intersection methods instead.

