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

ERoom Fetch Url (Aspire 2)
Factory Name com.searchtechnologies.aspire:aspire-Eroom-connector
subType EroomFetchUrl
Inputs <fetchUrl> (if it exists) or <url>
Outputs Sets 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.

Files Types

The connector fetchUrl was tested with the following files extensions:

  • .docx
  • .xls
  • .pptx
  • .pdf
  • .txt
  • .xml
  • .jpeg/.png/.bmp
  • .bat (does not supported by eroom)


Example Configurations

<component name="FetchAttachment" subType="EroomFetchUrl" factoryName="aspire-eroom-connector"/>


  • No labels