pub fn parse_envases_xml_to_csv<P: AsRef<Path>>( xml_path: P, csv_path: P, ) -> Result<()>
Parses the Envases XML file and writes its content to a CSV file.