2023.1:Pattern-Based Separation (Separation Provider): Difference between revisions

From Grooper Wiki
No edit summary
WIP // via Wikitext Extension for VSCode
Line 1: Line 1:
{{stubs}}
{|class="wip-box"
<section begin="glossary" />
|
'''WIP'''
|
This article is a work-in-progress or created as a placeholder for testing purposes.  This article is subject to change and/or expansion.  It may be incomplete, inaccurate, or stop abruptly.
 
This tag will be removed upon draft completion.
|}
 
<blockquote>
<blockquote>
'''''Pattern-Based Separation''''' is a '''''[[Separation Provider]]''''' that creates a new document folder every time a value returned by a defined regex pattern is encountered on a page.   
'''''Pattern-Based Separation''''' is a '''''[[Separation Provider]]''''' that creates a new document folder every time a value returned by a defined pattern is encountered on a page.   
</blockquote>
</blockquote>
<section end="glossary" />
A [[Data Extractor]] is used to find a value on a page.  When the extractor returns a result on a page, the page is placed in a new folder, creating a new document.  If the extractor does not return a result on the following page, that page is included behind the previous page in the newly created folder.  Once the extractor does produce a result on a subsequent page (even if it is the same result as the previous page) it will be placed in a new folder, creating a new document.


[[Category:Articles]]
== About ==
 
The '''''Pattern-Based Separation Provider''''' separates documents based on whether or not a defined pattern returns a value from a '''page''' in your '''Batch'''.
 
A '''''Data Extractor''''' is used to find a value on a page.  When the extractor returns a result on a page, the page is placed in a new folder, creating a new document.  If the extractor does not return a result on the following page, that page is included behind the previous page in the newly created folder.  Once the extractor does produce a result on a subsequent page (even if it is the same result as the previous page) it will be placed in a new folder, creating a new document.
 
[[File:2023.1 Pattern-Based-Separation 01 About 01.png]]
 
 
[[File:2023.1 Pattern-Based-Separation 01 About 02.png]]
 
 
== How To ==

Revision as of 13:49, 15 March 2024

WIP

This article is a work-in-progress or created as a placeholder for testing purposes. This article is subject to change and/or expansion. It may be incomplete, inaccurate, or stop abruptly.

This tag will be removed upon draft completion.

Pattern-Based Separation is a Separation Provider that creates a new document folder every time a value returned by a defined pattern is encountered on a page.

About

The Pattern-Based Separation Provider separates documents based on whether or not a defined pattern returns a value from a page in your Batch.

A Data Extractor is used to find a value on a page. When the extractor returns a result on a page, the page is placed in a new folder, creating a new document. If the extractor does not return a result on the following page, that page is included behind the previous page in the newly created folder. Once the extractor does produce a result on a subsequent page (even if it is the same result as the previous page) it will be placed in a new folder, creating a new document.



How To