Skip to main content

parse_dcpf_xml_to_csv

Function parse_dcpf_xml_to_csv 

Source
pub fn parse_dcpf_xml_to_csv<P: AsRef<Path>>(
    xml_path: P,
    csv_path: P,
) -> Result<()>
Expand description

Parses the DCPF XML file and writes its content to a CSV file.