Skip to main content

ingest_xml_from_path

Function ingest_xml_from_path 

Source
pub fn ingest_xml_from_path(
    path: impl AsRef<Path>,
    schema: &Schema,
) -> IngestionResult<DataSet>
Expand description

Ingest row-oriented XML into a DataSet using the provided Schema.