Extracting Tables
Learn how to extract tables from documents using the get and table keywords.
Syntax
If there are multiple sections in the document that resemble tables, the system will return them as a list. Below, we show you how to narrow down to a specific table.
Extracting a Specific Table
If a document contains multiple tables, you can specify which one to extract by referencing a column name:
You can also use relative keywords like first, second, or last to target specific tables:
For more precise filtering, you can use multiple column names:
Extracting Data With Directional Keywords
Directional keywords can be used with document extraction to pinpoint specific lines.
below
: Looks beneath the reference lineabove
: Looks on top of the reference lineleft
: Looks left of the reference lineright
: Looks right of the reference line
Example
Last updated
Was this helpful?