jblondin / csv-sniffer

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

Display only detected attributes #4

Closed jqnatividad closed 2 years ago

jqnatividad commented 2 years ago

Hi @jblondin, csv-sniffer currently displays undetected attributes with default values, giving the user a false impression of the CSV's metadata.

Shouldn't it just display sniffed values? The user can always use Debug.