pub fn parse_csv_basic(input: &str) -> Vec<CsvRow>
Parses CSV-like input into rows without streaming or encoding support.