rust-csv icon indicating copy to clipboard operation
rust-csv copied to clipboard

A CSV parser for Rust, with Serde support.

Results 106 rust-csv issues
Sort by recently updated
recently updated
newest added

#### What version of the `csv` crate are you using? 1.2.2 #### Briefly describe the question, bug or feature request. When parsing a CSV file which has a space following...

enhancement
help-wanted

#### What version of the `csv` crate are you using? 1.2.2 #### Briefly describe the question, bug or feature request. When I use `write_byte_record` with a non-empty iterator after prior...

Hello, thank you for this crate, I use it a lot. (a lot, and out of just deserializing csv actually). Thank you for taking the time to answer. #### What...

There is already a feature for this and we can prefer the "native" way.

Make the error messages to show also the field and value that failed to serialize. Example of an error before the change: > Error Parsing Data: CSV deserialize error: record...

# PR Description This PR updates the `README.md` git clone command to use git over ssh instead of `git://` directly. I found this issue while trying to follow along with...

The version I'm using is `csv = "1.1.7"`. I try to initiate the ByteRecord with Vec. `#[derive(Debug, Serialize, Deserialize)] pub struct CustomStruct { pub type: String, pub name: String, }`...

Update URLs, badges, license strings, version number listing, and link to latest version of doc pages. Closes #194, closes #297, fixes #248.

#### What version of the `csv` crate are you using? 1.2.1 #### Briefly describe the question, bug or feature request. There are currently options for trimming fields. However, if a...

#### What version of the `csv` crate are you using? 1.2.0 #### Briefly describe the question, bug or feature request. `csv::Writer::write_field` suggests to use `write_record` with empty iterator to terminate...