You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an input.csv file with top row containing column names and rows below that as contents under corresponding columns. Each column should be comma-separated.
Create an empty output.json file.
Edit the file path defined by the variables csv_file and json_file and run the script.
Output
output.json file will contain the data of input.csv file in json format.