Open detj opened 6 years ago
How about the ability to run simple string transform functions on header like .trim, .toLowerCase, .toUpperCase
.trim
.toLowerCase
.toUpperCase
Example usage
$ csv2json /path/to/file.csv --header-transform trim --header-transform lowercase
A util feature is preferred than to target specifically
How about the ability to run simple string transform functions on header like
.trim
,.toLowerCase
,.toUpperCase
Example usage