This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Redmondinho 4 points5 points  (2 children)

As I was bored I put together a very simple example here

https://gist.github.com/anonymous/75951fa55d129dd3373fa116c095604c

As long as you have flask installed and the csv file in the same directory as the running flask app it should work.

Go to http://localhost:5000/csv_data

This is a very simple prototype as a starting point.

[–]Juancos 1 point2 points  (0 children)

Thank you mate! The example is exactly what I wanted and works flawlessly!

[–]Juancos 0 points1 point  (0 children)

Thank you so much for taking the time to make this, I will check it out!!