Field Match (Value Extractor): Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 7: Line 7:
This article is a placeholder at the moment.
This article is a placeholder at the moment.
For now please visit the ''[[Value_Reader_(Object)#Field_Match|Field Match]]'' section of the [[Value Reader (Object)|Value Reader]] article.
For now please visit the ''[[Value_Reader_(Object)#Field_Match|Field Match]]'' section of the [[Value Reader (Object)|Value Reader]] article.
== Glossary ==
<u><big>'''Data Column'''</big></u>: {{#lst:Glossary|Data Column}}
<u><big>'''Data Field'''</big></u>: {{#lst:Glossary|Data Field}}
<u><big>'''Extract'''</big></u>: {{#lst:Glossary|Extract}}
<u><big>'''Extractor Type'''</big></u>: {{#lst:Glossary|Extractor Type}}
<u><big>'''Field Match'''</big></u>: {{#lst:Glossary|Field Match}}
<u><big>'''Value Reader'''</big></u>: {{#lst:Glossary|Value Reader}}

Revision as of 08:11, 10 May 2024

This article is about the current version of Grooper.

Note that some content may still need to be updated.

2025

STUB

This article is a stub. It contains minimal information on the topic and should be expanded.

Field Match is a Value Extractor that matches the value stored in a previously-extracted variables Data Field or view_column Data Column.

This article is a placeholder at the moment. For now please visit the Field Match section of the Value Reader article.

Glossary

Data Column: view_column Data Columns represent columns in a table extracted from a document. They are added as child nodes of a table Data Table. They define the type of data each column holds along with its data extraction properties.

  • Data Columns are frequently referred to simply as "columns".
  • In the context of reviewing data in a Data Viewer, a single Data Column instance in a single Data Table row, is most frequently called a "cell".

Data Field: variables Data Fields represent a single value targeted for data extraction on a document. Data Fields are created as child nodes of a data_table Data Model and/or insert_page_break Data Sections.

  • Data Fields are frequently referred to simply as "fields".

Extract: export_notes Extract is an Activity that retrieves information from folder Batch Folder documents, as defined by Data Elements in a data_table Data Model. This is how Grooper locates unstructured data on your documents and collects it in a structured, usable format.

Extractor Type:

Field Match: Field Match is a Value Extractor that matches the value stored in a previously-extracted variables Data Field or view_column Data Column.

Value Reader: quick_reference_all Value Reader nodes define a single data extraction operation. Each Value Reader executes a single Value Extractor configuration. The Value Extractor determines the logic for returning data from a text-based document or page. (Example: Pattern Match is a Value Extractor that returns data using regular expressions).

  • Value Readers are can be used on their own or in conjunction with pin Data Types for more complex data extraction and collation.