You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
It seems like Scrubcsv favors snake_case in the header, since A B is transformed into a_b.
I'm fine with that, although it's not part of RFC 4180.
I'd suggest making it clear(er) by
mentioning it in the README;
adding a dedicated test in the tests.rs file, similar to the one below;
making it optional with a dedicated command-line option;
being more consistent by replacing CamelCase with camel_case
It seems like Scrubcsv favors snake_case in the header, since
A B
is transformed intoa_b
.I'm fine with that, although it's not part of RFC 4180.
I'd suggest making it clear(er) by
tests.rs
file, similar to the one below;CamelCase
withcamel_case
My test:
(I'd expect to get
aa,a_b,camel_case
instead)The text was updated successfully, but these errors were encountered: