Skip to main content

ArchiveFetcher

Fetches documents contained within archive files (ZIP, TAR, etc.).

Notes

Fetches documents from archive files (such as ZIP or TAR) on the local file system. Supports authentication settings for archive-backed remote file systems (for example, FTP or SFTP) and reference-level filtering.

Usage

class: ArchiveFetcher
credentials:
password: string
passwordKey:
size: 0
source: KEY
value: string
username: string
domain: string
referenceFilters: []

Properties

PropertyTypeRequiredDefault
credentialsCredentialsNoCredentials
domainstringNo-
referenceFiltersReferenceFilter[]No-

Property Details

credentials

Username and password used to authenticate with archive-backed remote file systems (for example, FTP or SFTP).

domain

The domain name for authentication when accessing the remote resource.

referenceFilters

Filters applied to document references (URLs or file paths) to control which ones are fetched. Documents whose references do not pass the filters are skipped.