pub fn parse_csv_list(value: &str) -> Vec<String>
Parse a comma-separated string into a list of trimmed, non-empty strings.