XmlReader
yaml
type: "io.kestra.plugin.serdes.xml.XmlReader"
Read a XML file and write it to an ion serialized data file.
Properties
from
- Type: string
- Dynamic: ✔️
- Required: ✔️
Source file URI
charset
- Type: string
- Dynamic: ❌
- Required: ❌
- Default:
UTF-8
The name of a supported charset
Default value is UTF-8.
parserConfiguration
- Type: ParserConfiguration
- Dynamic: ❌
- Required: ❌
XML parser configuration.
query
- Type: string
- Dynamic: ❌
- Required: ❌
The name of a supported charset
Default value is UTF-8.
Outputs
uri
- Type: string
URI of a temporary result file
Definitions
ParserConfiguration
forceList
- Type: array
- SubType: string
- Dynamic: ❌
- Required: ❌
List of XML tags that must be parsed as lists.