URL Connector
Overview
The URL Connector is a transport Connector that requires a Parser in order to
operate. The Connector opens a stream specified by a URL.
Configuration
The Connector needs the following parameters:
Parameter |
Description |
connectorType |
com.architech.connector.rscURLConnector |
url |
The URL to open (e.g. http://host/file.csv) |
parser |
The name of a Parser to handle the contents of
the file |
Downloads
Included in base product
See Also
File System Connector, TCP Connector; Direct tcp/url scripting
|