| StandardExtractorFactory |
The standard database extractor, loading SQL requests from the database, replacing parameters according to the SQL format, and outputting XML data from the result of the requests.
The following sections describe attributes, child elements, and parent elements.
Attribute | Description |
|---|---|
requestTable | Table name to read the configuration from. Default : RUBRIQUE |
xslMatchTable | Table name to read the unblob configuration from. Default : XSLMATCH |
xslMatchSqlField | Column name in the xslMatchTable for the column containing the SQL request. Default: SQL |
forceColumnsToUpper | Whether to automatically turn column names into upper case when outputting the XML. Default: true |
unblobType | Default way to unblob the data, if no format is provided. Must be one of the following: None, Xml, Default, Custom. Default: Default |
unbloberFactory | Section name for an IUnbloberFactory |
recurseUnblobEnabled | If unblob is enabled, whether to unblob recursively the values read from the database while unblobing. Default: true |
templateFactory | Section name for an ITemplateFactory |
formatters | List of section names implementing IFormatterFactory, separated by spaces. |
None.
Element | Description |
|---|---|
configuration | Configuration root |