upload CSV file to database on Google app engine using Python -
i'm newbie in python , started learning week. looking couple of tasks 1 of upload file (.txt or .jpg) bucket on gae. able solve following couple of tutorials online, i'm stuck on second task.
so here's task. i'm trying upload .csv file local machine database on google app engine. tried searching solutions, find solutions pertaining web applications. there way upload csv file database instance have on gae using python, possible this? or have take alternatives. working frameworks directly on git, used ? in advance.
you can upload files blobstore, using blobstore api
once upload file in blobstore, blobkey, can use blobreader, read csv file content , store them according in database.
hope helps.
Comments
Post a Comment