Function read_csv

Source
pub fn read_csv(file_name: &String, verbose: bool) -> Vec<Process>
Expand description

Pull header and content data from a specifically-formatted CSV file, and return a list of requested processes (one per CSV data row).