learn-python icon indicating copy to clipboard operation
learn-python copied to clipboard

[mini-project] - GSSOC'24 - Convert JSON to CSV

Open Yatharth31 opened this issue 1 year ago • 0 comments

  • The script reads data from the input JSON file and converts it into CSV format.
  • It handles nested JSON structures and converts them into flattened CSV rows.
  • The output CSV file is created in the same directory as the input JSON file.

Yatharth31 avatar May 13 '24 06:05 Yatharth31