json-to-csv-export
json-to-csv-export copied to clipboard
added columnsToIgnore feature
passing this array will not render the mentioned columns
Hey @coston While I was using your package, I felt the need for the ability to have an optional parameter to include the keys one might want to ignore while converting a JSON to a CSV. that motivated me to push this small feature which will map the array and filter the data before processing.
hope it would be of help