Adf Xml Format Source Element
X-Ref:
- Ast Adf Xml Format Source Node
- Ast Adf Additional Columns Format Source Base Node
- Ast Adf Format Source Base Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
DetectDataType | Boolean | False | Indicates whether type detection is enabled when reading the xml files. |
EnableNamespaces | Boolean | False | Indicates whether namespace is enabled when reading the xml files |
ValidationMode | AdfXmlValidationMode | None | Mode of validation for XML source. |
Collection Children
Child | API Type | Description |
---|---|---|
<AdditionalColumns> <AdditionalColumn /> </AdditionalColumns> | AstAdfCopySourceAdditionalColumnNode | Specifies a list of additional columns to be used in the copy activity. |
<Annotations> <Annotation /> </Annotations> | AstAnnotationNode | This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code. |
<NamespaceMappings> <Mapping /> </NamespaceMappings> | AstAdfXmlNamespaceMappingNode | Specifies a list of namespace and prefix pairs for reference in your xml document. |