pub static NULL_VALUES: &str
Static string listing common values treated as null/missing during CSV parsing. The r#""# syntax denotes a raw string literal, avoiding the need to escape quotes.
r#""#