mysql - Reading a CSV and writing to a database with Python -
i'm brand new python, have history r. i've been tasked read csv file , upload it's contents database upon completion of process on windows application. basically, application completes task, updates csv file locally. i've been told others python can invoked upon condition (a change in csv) , upload mysql database easily.
can point out right direction begin here , pitfalls/words of advice switching r python complete this?
thank you
use watchdog watch changes in csv file. use built-in csv module read file. use sqlalchemy model , interact database.
Comments
Post a Comment