
gspread is a Python API for Google Sheets. In that Python script I have used a library called gspread. So what I have decided is that I will write an article on how I have uploaded the CSV file to Google Spread Sheet and this article is the result of it. But the way I managed to import the generated CSV file to Google Sheet is very generic. The JSON data and business rules of the script are very specific for my manager. The sheet helped my manager to get insight of the JSON data so that he can take action based on it. The purpose the script was to read some JSON data, apply some business rules on them, generate a CSV(Comma Separated Value) file and upload it in a Google Spread Sheet. Recently I have written a Python script for my Manager.
