I'm seeing an issue where column names are: A) converted to lowercase (they are uppercase in the SQL) B) cannot be remapped in ruby code (without hacking around in the enumerator). Would a PR to add the `map: {}` syntax to CSV exports be mergeable?
I'm seeing an issue where column names are:
A) converted to lowercase (they are uppercase in the SQL)
B) cannot be remapped in ruby code (without hacking around in the enumerator).
Would a PR to add the
map: {}syntax to CSV exports be mergeable?