Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

File Import

Import Provider Grooper.Core

Provides common functionality to all file system-based import providers.

Remarks

The File Import base class is used by import providers that bring files and folders into Grooper from file systems, FTP/SFTP servers, and similar sources.

It provides standard options for filtering which files are imported, including file extension allow/exclude lists, exclusion patterns, and maximum file size.
It also controls whether subfolders are included during import.

File Filtering

  • Use 'Allowed File Extensions' to specify which file types should be included.
  • Use 'Excluded File Extensions' to specify file types to skip.
  • Use 'Exclusion Pattern' to filter out files by name or path using a regular expression.
  • Set 'Maximum File Size' to ignore files larger than the specified size (in megabytes).
  • Enable 'Ignore Unknown File Types' to skip files not registered in the Windows registry.

Subfolder Import

  • Enable 'Include Subfolders' to import files from all nested directories below the base directory.

These options are inherited by all file-based import providers, such as File System Import, FTP Import, and SFTP Import.

Properties

NameTypeDescription
Import Source
File Filtering
Processing Options

Derived Types

There are 3 implementations of File Import.

File System Import Provides import connectivity to file systems.
FTP Import Provides import connectivity to FTP servers.
SFTP Import Provides import connectivity to SSH/SFTP servers.

See Also

Used By

Notification