csv2json icon indicating copy to clipboard operation
csv2json copied to clipboard

simple header transforms

Open detj opened this issue 6 years ago • 1 comments

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

detj avatar May 14 '18 08:05 detj

A util feature is preferred than to target specifically

shadabk92 avatar Apr 11 '20 08:04 shadabk92