All Questions
2 questions
2
votes
2
answers
146
views
Receive data from SQL and CSV and send it to MySQL database using Python
Details:
I have a code, which does the following:
Get data from CSV and insert it into MySQL table
Get data from SQL Server and insert it into MySQL table
Run this code every 240 seconds - to refresh ...
2
votes
1
answer
90
views
Remapping property IDs when inserting CSV data to a database table
My code is functioning the way I'm expecting, with the if. However, it is not pythonic to me, and that bugs me.
The multiple if in the code below are supposed to ...