2.90:Collation Provider (Property): Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Line 14: Line 14:
* [[Pattern-Based (Collation Provider)|Pattern-Based]]
* [[Pattern-Based (Collation Provider)|Pattern-Based]]
* [[Multi-Column (Collation Provider)|Multi-Column]]
* [[Multi-Column (Collation Provider)|Multi-Column]]
<blockquote style="font-size:14pt">
Collation Providers allow results returned from '''[[Data Type]]''' extractors to be transformed or manipulated in one way or another.
</blockquote>
Results can be combined, made into arrays, returned as a key-value pair's value, and more.
The following Collation Providers are available in Grooper:
* [[Individual (Collation Provider)|Individual]]
* [[Combine (Collation Provider)|Combine]]
* [[Key-Value Pair (Collation Provider)|Key-Value Pair]]
* [[Key-Value List (Collation Provider)|Key-Value List]]
* [[Array (Collation Provider)|Array]]
* [[Ordered Array (Collation Provider)|Ordered Array]]
* [[Split (Collation Provider)|Split]]
* [[Pattern-Based (Collation Provider)|Pattern-Based]]
* [[Multi-Column (Collation Provider)|Multi-Column]]
== About ==
Extractors in Grooper use regular expression to match a document's text data in order to return a particular piece of information.  This servers a variety of purposes.  Extractors can be used to populate fields in a data model, to separate and classify documents, to break up a document into sections and more.  Often, this requires something more complex than returning a single result.  The relationships between multiple extraction results are often important.  The fact results are physically related to each other on the page, or text exists between one or more results, or results are in one order versus another can be used in various ways to accomplish various goals in Grooper.

Revision as of 16:34, 13 August 2020

Collation Providers allow results returned from Data Type extractors to be transformed in one way or another. Results can be combined, made into arrays, returned as a key-value pair, and more.

The following Collation Providers are available in Grooper:

Collation Providers allow results returned from Data Type extractors to be transformed or manipulated in one way or another.

Results can be combined, made into arrays, returned as a key-value pair's value, and more.

The following Collation Providers are available in Grooper:

About

Extractors in Grooper use regular expression to match a document's text data in order to return a particular piece of information. This servers a variety of purposes. Extractors can be used to populate fields in a data model, to separate and classify documents, to break up a document into sections and more. Often, this requires something more complex than returning a single result. The relationships between multiple extraction results are often important. The fact results are physically related to each other on the page, or text exists between one or more results, or results are in one order versus another can be used in various ways to accomplish various goals in Grooper.