XMLSPLIT Syntax - Analytics Database - Teradata Vantage

Teradata Vantageā„¢ - XML Data Type - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-01-27
dita:mapPath
tkc1628112506748.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
dgs1472251600184
Product Category
Teradata Vantage
XMLSPLIT (
  docID,
  sourceDoc,
  splitSize,
  splitPath,
  [ replicationList ]
)

Syntax Elements

docID
To correlate output documents to their source documents. INTEGER.
sourceDoc
The source document. CLOB.
splitSize
Size of the resulting document. INTEGER.
splitPath
The path to the recurring element in the document hierarchy where the source document is split. splitPath can use wild-card characters, such as '*' to indicate a hierarchy level down a path at which the documents can be split; for example: /A/B/*. VARCHAR. CHARACTER SET UNICODE.
replicationList
[Optional] Comma-separated list of paths to elements that need to be replicated in all the output documents. VARCHAR. CHARACTER SET UNICODE.