pub fn count_csv_columns(line: &str) -> usize
Counts columns in a CSV-like line using the basic splitter.