The XSL template to use to transform information into a form that can be inserted into the database.
The ODBC output engine adds information to the database by running the query:
INSERT INTO tablename(columns) VALUES values
where
tablename
is the table name you set using TableName.columns
(optional) are the columns specified by Columns.values
are generated by the XSL template specified by XSLTemplate.Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | TaskName |
Example: | XSLTemplate=toODBC.xsl
|
See Also: |
|