File System Import (Import Provider): Difference between revisions

From Grooper Wiki
// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
Line 14: Line 14:
== About ==
== About ==


The File System Import Import Provider is considered a Legacy Import Provider. It is recommended in all current and future versions of Grooper to configure your Projects using either [[Import Descendants]] or [[Import Query Results]] instead. It is still an option in Grooper primarily for Projects orginally created in previous versions of Grooper that have been updated to newer versions.
The File System Import Import Provider is considered a Legacy [[Import Provider]]. It is recommended in all current and future versions of Grooper to configure your Projects using a [[CMIS Connection]] set to [[NTFS]] and an [[Import Descendants]] or [[Import Query Results]] Import Provider instead. It is still an option in Grooper primarily for Projects orginally created in previous versions of Grooper that have been updated to newer versions.  
 
== How To ==
 
Remember, this Provider is a Legacy Provider and should only really be used when updating a Project that was created in a previous version of Grooper that is already set up with File System Import. For those that need to update their Provider, this is how File System Import works.
 
=== Basic Configuration ===
 
This is a Basic Configuration guide for File System Import. To make edits to what the Batch is named and how to assign the Batch to a Batch Process on import, see the [[#Batch Creation]] section of this article.
 
# Click over to the Imports Page in Grooper.
# Click the Add "+" icon on the right side of the Context Toolbar.
# When the Submit Import Job window appears, enter in a Description for your Import.
#* This is the name of your Import Job, not the name of the Batch that will be created.
# Set the Provider property to File System Import. Click the hamburger icon "☰" to access the drop down.
# Open the Provider sub properties and insert the UNC Path to the folder you want to import from into the Base Directory property.
# Decide if you want to Include Subfolders in your import and set to True or False accordingly.
#* If set to false, it will only import documents in the immediate folder, ignoring any documents in subfolders.
# Required or Ignore Attributes properties will let you specify attributes of documents you want to bring in or you want to exclude from the import.
# Allowed File Extensions and Excluded File Extensions allow you to specify what file extensions to import.
# Exclusion Patterns allow you to use regex to determine certain files not to import.
# If you set the maximum file size, no documents larger than this will be imported.
# Ignore Unknown File Types when set to True will not import any documents that have file types Windows does not recognize.
# The File Disposition property determines what happens to the documents when they are imported.
#* The Delete option for the File Disposition will not appear if you are performing a Sparse Import.
# Decide whether you want a Sparse Import and set to True or False accordingly.
# click "Submit".
 
You should now have imported documents in your Test Folder under your Batches folder in the design page. They should be located in a folder called "Imported Batches".
 
[https://app.supademo.com/demo/cmbjrju54013e080i4tzhk3tz Click here for an interactive walkthrough]
 
=== Batch Creation ===

Revision as of 09:06, 6 June 2025

This article is about the current version of Grooper.

Note that some content may still need to be updated.

2025

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.

File System Import refers to a Legacy Import Provider used to import documents directly from your Windows File System into Grooper.

About

The File System Import Import Provider is considered a Legacy Import Provider. It is recommended in all current and future versions of Grooper to configure your Projects using a CMIS Connection set to NTFS and an Import Descendants or Import Query Results Import Provider instead. It is still an option in Grooper primarily for Projects orginally created in previous versions of Grooper that have been updated to newer versions.

How To

Remember, this Provider is a Legacy Provider and should only really be used when updating a Project that was created in a previous version of Grooper that is already set up with File System Import. For those that need to update their Provider, this is how File System Import works.

Basic Configuration

This is a Basic Configuration guide for File System Import. To make edits to what the Batch is named and how to assign the Batch to a Batch Process on import, see the #Batch Creation section of this article.

  1. Click over to the Imports Page in Grooper.
  2. Click the Add "+" icon on the right side of the Context Toolbar.
  3. When the Submit Import Job window appears, enter in a Description for your Import.
    • This is the name of your Import Job, not the name of the Batch that will be created.
  4. Set the Provider property to File System Import. Click the hamburger icon "☰" to access the drop down.
  5. Open the Provider sub properties and insert the UNC Path to the folder you want to import from into the Base Directory property.
  6. Decide if you want to Include Subfolders in your import and set to True or False accordingly.
    • If set to false, it will only import documents in the immediate folder, ignoring any documents in subfolders.
  7. Required or Ignore Attributes properties will let you specify attributes of documents you want to bring in or you want to exclude from the import.
  8. Allowed File Extensions and Excluded File Extensions allow you to specify what file extensions to import.
  9. Exclusion Patterns allow you to use regex to determine certain files not to import.
  10. If you set the maximum file size, no documents larger than this will be imported.
  11. Ignore Unknown File Types when set to True will not import any documents that have file types Windows does not recognize.
  12. The File Disposition property determines what happens to the documents when they are imported.
    • The Delete option for the File Disposition will not appear if you are performing a Sparse Import.
  13. Decide whether you want a Sparse Import and set to True or False accordingly.
  14. click "Submit".

You should now have imported documents in your Test Folder under your Batches folder in the design page. They should be located in a folder called "Imported Batches".

Click here for an interactive walkthrough

Batch Creation