pub fn parse_csv(delim: char, row_sep: &str, data: &str) -> Result<VVal, String>