Closed briandfoy closed 3 years ago
https://github.com/Tux/Text-CSV_XS/blob/master/doc/CSV_XS.md#options
Describes
The following values are available:
lc - lower case
uc - upper case
db - valid DB field names
none - do not change
\%hash - supply a mapping
\&cb - supply a callback
So, "none"
is what you are looking for. I'll consider making undef
behave the same.
Oh, completely missed none
, which would be fine.
I wanted to turn off column name munging, and ended up with:
Aside from noting that
lc
is the default, I'd like another special value, perhaps undef or any false, to turn off any processing:Not a big deal and there's no urgency.