Available on crate features
csv or json only.Re-exports§
pub use super::buffer::validate_utf8;
Structs§
- Count
Lines - Split
Lines - An adapted version of std::iter::Split. This exists solely because we cannot split the file in lines naively as
Enums§
Functions§
- cast_
columns - is_
comment_ line - Checks if a line in a CSV file is a comment based on the given comment prefix configuration.
- prepare_
csv_ schema - Splits datatypes that cannot be natively read into a
fields_to_castfor post-read casting. - read_
chunk