I am trying to determine the best way to import .txt files into my mysql database on a scheduled time. The files basically have the same type of content but they are named with a time stamp convention. For example see below:
evdo_pcmd_raw_100901_1515.txt
evdo_pcmd_raw_100901_1530.txt
evdo_pcmd_raw_100901_1545.txt
evdo_pcmd_raw_100901_1600.txt
evdo_pcmd_raw_100901_1615.txt
I would like to find a way to automatically upload the data to mysql server as these files are FTP to the server hard drive every 15 minutes. I have been looking at utilizing windows task scheduler and MySQL new events trigger, but have had very little luck. Any insight is greatly appreciated.
Thank you,
Chris
evdo_pcmd_raw_100901_1515.txt
evdo_pcmd_raw_100901_1530.txt
evdo_pcmd_raw_100901_1545.txt
evdo_pcmd_raw_100901_1600.txt
evdo_pcmd_raw_100901_1615.txt
I would like to find a way to automatically upload the data to mysql server as these files are FTP to the server hard drive every 15 minutes. I have been looking at utilizing windows task scheduler and MySQL new events trigger, but have had very little luck. Any insight is greatly appreciated.
Thank you,
Chris