ruby / csv

CSV Reading and Writing
https://ruby.github.io/csv/
BSD 2-Clause "Simplified" License
178 stars 113 forks source link

feat: add header_converter additional option #239

Closed ericgpks closed 2 years ago

ericgpks commented 2 years ago

237

Add option to convert header written with strings without return empty.

kou commented 2 years ago

Thanks!