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

File Export

File Export Grooper.Core

Exports content over a local network to the Windows file system.

Remarks

Overview

The FileSystemExport class enables Grooper to export documents and folders to a Windows file system or network share. It extends File Export to provide Windows-specific file and directory handling, including duplicate filename resolution.

Configuration

  • Target Folder:
    Set the 'Target Folder' property to specify the root directory or network share for exported files.
  • Duplicate Filename Resolution:
    Use the 'Duplicate Filename Resolution' property to control how name conflicts are handled when a file with the same name already exists.
  • Relative Path and Export Formats:
    Inherited from File Export, these properties allow you to define subfolder structure, filenames, and file types for exported content.

Usage Notes

  • The export operation creates directories as needed and writes files to the specified locations.
  • Duplicate filenames are handled according to the selected resolution strategy (rename, overwrite, skip, or error).
  • Supports exporting to both local drives and UNC network paths.
  • The 'Link Name' property (inherited from Export Definition) can be used to label the exported Content Link for tracking and round-trip scenarios.

Example Scenarios

  • Exporting processed documents to a shared network folder for downstream processing.
  • Archiving scanned images to a compliance directory, ensuring no files are overwritten by accident.
  • Automatically renaming files to avoid conflicts when exporting batches with duplicate document names.

See Also

<em>For more information on configuring file system exports, see the Grooper documentation on file system integration.</em>

Properties

NameTypeDescription
General
File and Directory Naming

See Also

Notification