Product Selector

Fusion 5.12
    Fusion 5.12

    File Upload V1 Connector Configuration Reference

    Table of Contents

    The File Upload connector provides a convenient way to quickly ingest data from your local filesystem.

    V1 deprecation and removal notice

    Starting in Fusion 5.12.0, all V1 connectors are deprecated. This means they are no longer being actively developed and will be removed in Fusion 5.13.0.

    The replacement for this connector is the Local Filesystem V2 connector.

    If you are using this connector, you must migrate to the replacement connector or a supported alternative before upgrading to Fusion 5.13.0. We recommend migrating to the replacement connector as soon as possible to avoid any disruption to your workflows.

    Configuration

    When entering configuration values in the UI, use unescaped characters, such as \t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.

    A connector that can crawl a single file that has been uploaded through Fusion's Blob Store.

    parserId - stringrequired

    Parser used when parsing raw content. For some connectors, a configuration to 'retry' parsing if an error occurs is available as an advanced setting

    Default: _system

    id - stringrequired

    Unique name for this datasource.

    >= 1 characters

    Match pattern: ^[a-zA-Z0-9_-]+$

    pipeline - stringrequired

    Name of an existing index pipeline for processing documents.

    >= 1 characters

    description - string

    Optional description for this datasource.

    properties - Properties

    Datasource configuration properties

    fileId - string

    The file ID of the blob record that stores this file.

    >= 1 characters

    mediaType - string

    The Media type (aka, MIME type or Content-Type) to associate this file with. Useful during file parsing

    Default: application/octet-stream