2023:Pattern Match (Value Extractor): Difference between revisions

From Grooper Wiki
No edit summary
Line 1: Line 1:
<blockquote>Pattern Match is a type of data extraction that relies on regex. While it does not rely solely on regex for all data extraction (text pieces do not require regex), regex is especially useful in narrowing down the ''exact'' piece of data you want extracted.</blockquote>
<blockquote>Pattern Match is a type of data extraction found in Grooper. It is one of the most commonly used extractors for general data.</blockquote>


== About ==
== About ==
''Pattern Match'' is an extractor type used by Grooper software. As per its name, it extracts pieces of data that match the pattern entered into the Expression Editor. This is accomplished through a mix of standard text, alphanumeric characters, and regex. Note that with Pattern Match, Regular Expression Syntax (found in the Vocabulary section in the Properties tab of the Extractor Editor) does not need to be turned on. Pattern Match can be useful when you want to extract certain pieces of data across a document, or multiple documents, such as dates or social security numbers.
''Pattern Match'' is an extractor type used by Grooper software. As per its name, it extracts pieces of data that match the pattern entered into the Expression Editor. This is accomplished through a mix of standard text, alphanumeric characters, and regex. Note that with Pattern Match, Regular Expression Syntax (found in the Vocabulary section in the Properties tab of the Extractor Editor) does not need to be turned on. Pattern Match can be useful when you want to extract certain pieces of data across a document, or multiple documents, such as dates or social security numbers.

Revision as of 09:25, 12 January 2023

Pattern Match is a type of data extraction found in Grooper. It is one of the most commonly used extractors for general data.

About

Pattern Match is an extractor type used by Grooper software. As per its name, it extracts pieces of data that match the pattern entered into the Expression Editor. This is accomplished through a mix of standard text, alphanumeric characters, and regex. Note that with Pattern Match, Regular Expression Syntax (found in the Vocabulary section in the Properties tab of the Extractor Editor) does not need to be turned on. Pattern Match can be useful when you want to extract certain pieces of data across a document, or multiple documents, such as dates or social security numbers.