2.80:Import Mode and Document Linking (Concept)

From Grooper Wiki
Revision as of 14:57, 23 April 2024 by Randallkinard (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article is about an older version of Grooper.

Information may be out of date and UI elements may have changed.

2025202420232.80
WIP This article is a work-in-progress and may abruptly stop in the middle of a section.

Import Mode and Document Linking refers to the usage of the Import Mode property. This affects whether or not an imported document maintains a link to its original file and/or if a copy of the file is made on import or not.

There are three Import Modes in Grooper:

  1. Full - This mode fully imports the document. Both their content and their properties are loaded into a Grooper Batch. Because the files are fully copied from the source into a Grooper environment, this is the slowest of the three import modes.
  2. Sparse - The Sparse import mode imports a document's properties as it does in Full mode. However, instead of fully importing the document's content, a link between Grooper and their content at the import source is created. Particularly when importing large document sets, this can greatly reduce the time it takes to import documents. If needed, the content can also be loaded in parallel using the Execute activity.
  3. LinkOnly - This mode only creates a link between the document and and the source.

About

Where is the Import Mode Set?

Forget about Import Modes for a second. How do you even import documents into Grooper at all? You import documents into a Grooper environment using an Import Provider. In older versions of Grooper, there were multiple types of Import Providers, one for importing from a Windows File System, one for importing from an email inbox, one for importing from a CMIS content management system, and so on.

Starting in version 2.72, Grooper utilizes our CMIS+ Architecture. All storage platforms are exposed to Grooper under a single framework, called CMIS+, as if they were traditional CMIS content management endpoints. This standardizes import operations to use a single Import Provider, regardless of what storage platform is used. You can now use CMIS Import to import from a Windows File System, an email inbox, a CMIS system, and more. However, the older Import Providers are still available as legacy providers, meaning they are still available but are no longer recommended for use.

The simplest way to import in Grooper is using the "Batch" button in Grooper Dashboard or (as seen below) on one of the Batches folders in Grooper Design Studio.

For CMIS Import

The Import Mode is an editable property upon selecting either "Import Descendents..." or "Import Query Results...".

For Legacy Import

The Legacy Import import providers do not have the ability to perform LinkOnly imports. However, you can sparsely import documents setting the Sparse Import property to True. This will import documents the same way the Sparse mode does for CMIS Imports. Keeping this property set to False will perform a Full import.

What is an Import Mode?

For importing, documents contain two important sets of information:

  • Content - Images and native text data
  • Properties - Metadata associated with the file. Digital information, such as the document's filename, file type, creation date, and more.
As far as it's content goes, each page of a document will have a corresponding image, such as this W-4 form.
For native PDFs, they may also have text data already embedded in the document too.

How Does Sparse Import Save Time?

What Is a Document Link?