Skip to main content

read_str_with_limits

Function read_str_with_limits 

Source
pub fn read_str_with_limits(
    input: &str,
    limits: &CsvLimits,
) -> Result<Vec<Vec<String>>, CsvError>
Expand description

Parses CSV text into records with explicit CsvLimits.