XSLT_SHRED Shredding Mapping Definition | XML Data Type | Teradata Vantage - XSLT_SHRED Shredding Mapping Definition - Advanced SQL Engine - Teradata Database

XML Data Type

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
17.00
Published
June 2020
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
amr1556233250442.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1140
lifecycle
previous
Product Category
Teradata Vantageā„¢

XSLT-based shredding is based on a mapping defined by XSLT stylesheet documents. The stylesheet defines how different parts of the XML document map to columns in target tables in a relational database. Shredding procedures interpret the stylesheet mappings as instructions on what data items to extract from XML documents and how to use those data items in updating the target tables.

The XSLT_SHRED mapping definition is similar to the mapping definition for XSLT_SHRED_BATCH, except for the following differences.
  • genexp is a mandatory attribute for all the elements under <Row>.
  • Only the <xsl:value-of> element can be used; <xsl:copy-of> is not allowed.
  • CLOB and BLOB are not supported in XSLT_SHRED.