pub fn ingest_xml_from_path( path: impl AsRef<Path>, schema: &Schema, ) -> IngestionResult<DataSet>
Ingest row-oriented XML into a DataSet using the provided Schema.
DataSet
Schema