pub fn parse(input: &str, delimiter: char) -> Vec<Vec<String>>
Parse delimited text into rows of fields (RFC-4180 quoting aware).