Package version:

Interface XmlReadSettings

Xml read settings.

Hierarchy

Properties

compressionProperties?: CompressionReadSettingsUnion

Compression settings.

detectDataType?: any

Indicates whether type detection is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).

namespacePrefixes?: any

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?: any

Indicates whether namespace is enabled when reading the xml files. Type: boolean (or Expression with resultType boolean).

type: "XmlReadSettings"

Polymorphic discriminator, which specifies the different types this object can be

validationMode?: any

Indicates what validation method is used when reading the xml files. Allowed values: 'none', 'xsd', or 'dtd'. Type: string (or Expression with resultType string).

Generated using TypeDoc