XmlToIon ​Xml​To​Ion

yaml
type: "io.kestra.plugin.serdes.xml.xmltoion"
yaml
id: xml_to_ion
namespace: company.team

tasks:
  - id: http_download
    type: io.kestra.plugin.core.http.Download
    uri: https://huggingface.co/datasets/kestra/datasets/raw/main/xml/products.xml

  - id: to_ion
    type: io.kestra.plugin.serdes.xml.XmlToIon
    from: "{{ outputs.http_download.uri }}"
Properties
Default UTF-8
Format uri
SubType string