LABEL - connect_cdc_sqdata - Latest

Connect CDC (SQData) Apply engine

Product type
Software
Portfolio
Integrate
Product family
Connect
Product
Connect > Connect CDC (SQData)
Version
Latest
Language
English
Product name
Connect CDC (SQData)
Title
Connect CDC (SQData) Apply engine
Copyright
2024
First publish date
2000
ft:lastEdition
2024-07-30
ft:lastPublication
2024-07-30T20:19:56.898694

The LABEL command is used for XML formatted data records. This command allows you to specify a text string that can be used as a tag (label) within the XML structure.

Syntax
LABEL <target_datastore>.<tag_name> '<tag_label>'
Keyword and Parameter Descriptions
Keyword Description
<tag_name>

Name of the XML attribute tag as it exists in the document type definition (DTD).

<tag_label>

Specifies the label text that will replace the existing attribute tag in the XML DTD.

Example

Within an XML DTD, an attribute list (ATTLIST) has a tag of LEAD_DT as follows:

<!ATTLIST DATETIME LEAD_DT CDATA #REQUIRED>

Issue the LABEL command to change the attribute tag of LEAD_DT to ‘qualifier’ before the XML record is written to an output datastore.
LABEL LEAD_DT 'qualifier';