pub fn parse_value(field: &str, is_null: bool) -> DataValue
Expand description
Parse a string value into the appropriate DataValue type Order of precedence: Null -> Boolean (text only) -> Integer -> Float -> DateTime -> String Note: “1” and “0” are parsed as integers, not booleans, for data consistency