pub fn split_comma_separated_string(raw_str: &str) -> Value
split_comma_separated_string takes a string and splits it on commas and trims and filters out empty strings.