Export Definition: Difference between revisions
Dgreenwood (talk | contribs) |
Dgreenwood (talk | contribs) m Dgreenwood moved page Export Definition Types to Export Definition |
(No difference)
| |
Revision as of 17:41, 9 February 2026
Export Behaviors are defined by adding and configuring one or more Export Definitions (See Export Definition Types or the Export Definitions section of the Export article). An Export Definition defines export parameters to external systems, such as file systems, content management repositories, databases, or mail servers.
About Export Definitions
Export Definitions are key to exporting document content from Grooper to an end destination, such as file systems, content management systems, and databases.
- One or more Export Definitions are added to an Export Behavior.
- The Export activity executes each Export Definition for each Batch Folder.
Export Definitions functionally determine three things:
- Destination – Where the document content ends up upon export. In other words, the storage platform you are exporting to.
- Content – What document content is exported: attached file content, Batch Page images, full text/OCR data, and/or extracted data from a Data Model.
- File Format – What format the exported content takes, such as a PDF file or XML data file.
- Not applicable to Data Export. Files are not generated from document content for this Export Definition. Only Data Model data is exported.
How To: Add an Export Definition to an Export Behavior
An Export Definition, as the name implies, defines the connection to a storage destination outside of Grooper. How this connection is made varies depending on the export method.
Click here for an interactive walkthrough
- Click
...on the Export Definitions property to open the Export Definitions list window. - Click the Add button to access the dropdown list.
- Select an Export Definition from the list.
- You can have more than one Export Definition configured on an Export Behavior.
Types of Export Definitions
Grooper currently offers the following Export Definition types:
- CMIS Export (common) - Exports document content to a CMIS Repository over a CMIS Connection.
- Data Export (common) - Export data from a document's Data Model to a SQL database or ODBC compliant database
- File Export - Exports files to a Windows file system
- FTP Export - Exports files to an FTP server
- IMAP Export - Exports files to an IMAP email server
- SFTP Export (seldom used) - Export files attached to email messages to an SFTP server
CMIS Export
With a CMIS Export, document content is exported from Grooper to a CMIS Repository via a CMIS Connection.
Click here for an interactive walkthrough
- Click the Add button within the Export Definitions list window and select CMIS Export.
- Click the hamburger icon on the CMIS Repository property to expose the Node Object list, then navigate to and select the desired CMIS Repository.
- You will need to have a CMIS Connection created and a Repository imported FIRST before configuring this Export Definition.
- Define the CMIS content being exported by selecting the Object Type.
- Most typically, this will be the CMIS type that corresponds to a "document" for the destination CMIS Repository.
- The Target Folder property defaults to the root of the repository. Configure this property if you want to export to a specific folder.
- Configure one or more Export Formats.
- There are Export Format options for PDF and TIFF, as well as JSON and other text-based files suitable for data extracted from a document's Data Model.
- Configure additional properties as needed.
- Click OK when finished.
Data Export
A Data Export sends extracted data from documents to a SQL database via a Data Connection.
Click here for an interactive walkthrough
- Click the Add button within the Export Definitions list window and select Data Export.
- You will need to have created a Data Connection within Grooper before configuring the Export Definition.
- Expand the Connection dropdown (click the ☰ button) and select the Data Connection from the Node selector.
- Configure Table Mappings.
- Configure Custom Statements (optional).
- Click OK when finished.
File Export
With File Export, document content is exported from Grooper to a folder within a Windows file system.
Click here for an interactive walkthrough
- Click the Add button within the Export Definitions list window and select File Export.
- Enter the UNC path of the target folder in the Target Folder property.
- If you want to export to a specific subfolder, define it in the Relative Path property.
- Configure one or more Export Formats.
- There are Export Format options for PDF and TIFF, as well as JSON and other text-based files suitable for data extracted from a document's Data Model.
- Click OK when finished.
|
⚠ |
File Export is old. CMIS Export is better. The File Export definition is an older method of exporting to the Windows file system in Grooper.
For better long-term support, use the CMIS Export definition with an NTFS CMIS Repository to export documents to Windows file folders. |
FTP Export
The FTP Export Definition sends documents from Grooper to an FTP site using the FTP protocol.
Click here for an interactive walkthrough
- Click the Add button within the Export Definitions list window and select FTP Export.
- Enter the FTP server URL.
- Configure one or more Export Formats.
- There are Export Format options for PDF and TIFF, as well as JSON and other text-based files suitable for data extracted from a document's Data Model.
- Click OK.
|
⚠ |
FTP Export is old. CMIS Export is better. The FTP Export definition is an older method of exporting to FTP sites in Grooper.
For better long-term support, use the CMIS Export definition with an FTP CMIS Repository to export documents to SFTP folders. |
SFTP Export
SFTP Export sends document content to an SFTP site using the SFTP protocol.
Click here for an interactive walkthrough
- Click the Add button within the Export Definitions list window and select SFTP Export.
- Enter the server host name.
- Configure one or more Export Formats.
- There are Export Format options for PDF and TIFF, as well as JSON and other text-based files suitable for data extracted from a document's Data Model.
- Click OK.
|
⚠ |
SFTP Export is old. CMIS Export is better. The SFTP Export definition is an older method of exporting to SFTP sites in Grooper.
For better long-term support, use the CMIS Export definition with an SFTP CMIS Repository to export documents to SFTP folders. |
Mail Export (seldom used)
Mail Export (formerly IMAP Export) exports documents as email messages to a mail server using the IMAP protocol. The export operation appends each document as a new message in the specified mail folder.
Click here for an interactive walkthrough
- Click the Add button within the Export Definitions list window and select Mail Export.
- Enter the mail server name.
- Enter the username and password Grooper will use to access the mail server.
- Click OK.
Which Export Definition is right for me?
When choosing an Export Definition, you should be asking yourself "Do I want to export files, data, or both?". What content you want to export will inform which destination (or destinations) you export to. Your answer to this question will impact which Export Definition you choose and how you configure it to export document Batch Folder content.
|
Data Only |
If you're purely exporting document data content (values collected from the Extract activity) and nothing else, you're likely looking to export data to a database.
|
|
Files Only |
If you're looking to export files, such as PDFs, TIFs, and text files, you have more options depending on the storage destination you want the files to wind up in. Use any of the following Export Definitions, depending on where you want to export.
All of these Export Definitions have a configurable Export Format property, which will allow you to build an export file of a given format out of Batch Folder content.
More information on Export Formats can be found in the Export Format article and the Export article. |
|
Both Data and Files |
When exporting document content, there are a variety of ways to export both data and files.
|
|
FYI |
Grooper's PDF Data Mapping behavior more fully leverages the capabilities of the PDF format when exporting PDF files.
|