pub fn looks_like_csv(input: &str) -> bool
Returns true when the input looks like delimiter-separated data.
true