julien-f / csv2json

Simple and fast streaming CSV to JSON converter
36 stars 9 forks source link

simple header transforms #19

Open detj opened 6 years ago

detj commented 6 years ago

How about the ability to run simple string transform functions on header like .trim, .toLowerCase, .toUpperCase

Example usage

$ csv2json /path/to/file.csv --header-transform trim --header-transform lowercase
shadabk92 commented 4 years ago

A util feature is preferred than to target specifically