jblondin / csv-sniffer

CSV sniffer crate for Rust
MIT License
7 stars 1 forks source link

Removed undetected metadata dialect options #10

Closed jblondin closed 2 years ago

jblondin commented 2 years ago

Since we aren't yet detecting some dialect options (quotation escaping, line terminators, and comment characters), it's misleading to include them in our returned metadata. This PR removes those defaulted and potentially incorrect values.

This should resolve #4. Also, see #6, #7 , #8, for capturing the intended enhancements.