The BoxFetch URL stage is an extension of the Fetch URL stage, that adds the functionality of Basic Authentication to access the files and attachments of a Box repository. Without this stage the the files can't have the text extracted.

Box Fetch Url
Factor Namecom.searchtechnologies.aspire:aspire-box-scanner
Subtypefetcher
Inputs<fetchUrl> (if it exists) or <url>
OutputsSets job variable 'contentStream', to an InputStream object ready to be read. HTTP headers are mapped to output elements using the metadata mapper (see below), and an element, <httpResponse> is also created for HTTP URLs.

Configuration

Example
   <component name="FetchUrl" subType="fetcher" factoryName="aspire-box-scanner">
      <debug>${debug}</debug>
    </component>
  • No labels