Expand description
Row-oriented XML interchange (<rdp_records><record>…</record></rdp_records>).
Field names in XML elements match Schema field names. Values are encoded as UTF-8 text.
Functions§
- export_
dataset_ to_ xml - Write a
DataSetto a single XML file (see module docs for layout). - ingest_
xml_ from_ path - Ingest row-oriented XML into a
DataSetusing the providedSchema.