The Extract Domain stage extracts the domain from the URL and places it in the AspireObject.

Extract Domain
Factory Namecom.searchtechnologies.aspire:aspire-extract-domain
subType

default

Inputs<url> or <fetchUrl> from the AspireObject
OutputsA configurable tags in the AspireObject

Configuration

ElementTypeDefaultDescription
outputElementStringdomainNameThe output element for the domain name in the AspireObject.

Example Configuration

Simple

<component name="ExtractDomain" factoryName="aspire-extract-domain"  subType="default"/>

Complex

<component name="ExtractDomain" factoryName="aspire-extract-domain" subType="default">
  <outputElement>topDomain</outputElement>
</component>
  • No labels