XmlReadSettings interface
Xml read settings.
- Extends
Properties
compression |
Compression settings. |
detect |
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean). |
namespace |
Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object). |
namespaces | Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean). |
type | Polymorphic discriminator, which specifies the different types this object can be |
validation |
Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string). |
Property Details
compressionProperties
Compression settings.
compressionProperties?: CompressionReadSettingsUnion
Property Value
detectDataType
Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
detectDataType?: any
Property Value
any
namespacePrefixes
Namespace uri to prefix mappings to override the prefixes in column names when namespace is enabled, if no prefix is defined for a namespace uri, the prefix of xml element/attribute name in the xml data file will be used. Example: "{"http://www.example.com/xml":"prefix"}" Type: object (or Expression with resultType object).
namespacePrefixes?: any
Property Value
any
namespaces
Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).
namespaces?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "XmlReadSettings"
Property Value
"XmlReadSettings"
validationMode
Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).
validationMode?: any
Property Value
any