Not able to parse a .csv file uploaded using Flask
I am trying to upload a CSV file, work on it to produce results, and write back (download) a new CSV file containing the result.
I am very new to Flask and I am not able to get a “proper” csv.reader object to iterate and work upon.
Here is the code so far,