Export
Exports XML-based behavior rulesets into CSV approximations. Note, hierarchical rulesets (those with mediators and aggregators below the top two levels) are possibly lossy. This is meant, at the moment, to create an easier, human-readable format for understanding the rules in the XML file.
PhysiCellXMLRules.exportCSVRules — Method
exportCSVRules(path_to_csv::AbstractString, path_to_xml::AbstractString; force::Bool=false)Export the rules from the XML file at path_to_xml to the CSV file at path_to_csv.
If force is set to true, the function will overwrite the existing CSV file at path_to_csv if it exists. Note: this is not the inverse of writeXMLRules as writeXMLRules discards comments in the original CSV and exportCSVRules adds comments to the exported CSV file.