I have JSON file received from API and I need to convert into .csv file and then load into database.
cat sample.json | jsonv id, color, value > sample.csv
Above script does not work for me.
I have JSON file received from API and I need to convert into .csv file and then load into database.
cat sample.json | jsonv id, color, value > sample.csv
Above script does not work for me.