pub fn chunks(input: &str, delimiter: char) -> Vec<String>
Row-group chunks; each chunk repeats the header line for context.