json to csv

  1. S

    Created a BASH script to convert json to csv

    I have created a bash script that will strip the special characters from the .json file and organize via comma delimited CSV file. Original JSON file provided by the pvesh get <resource> --output-format json You will have duplicate headers but it's still useful for SQL import commands. Read...