I have a few Excel wordbooks which will be generating dozens of csv files which need to be imported in their corresponding receiving SQL tables every 5 minutes. I wonder which would be the elegant way to do this? Can SQL script be used to import multiple csv files into their respective tables in one batch run (we would upload all csv files in one ftp run)? What you would recommend?
How error–proof is this setup? We need this for a production environment – need to connect local Excel models with interactive charts on the web - fAST.
Just to clarify we will be using wpdatatables plugin to draw charts using the imported csv data on WordPress - in combination with wpbakey you can create a responsive dashboard in a matter of minute using any result from your Excel models of ANY COMPLEXITY - and without the need to pay thousands for any blackbox dashboard solutions.
Won't constant BULK import of the csv tables corrupt the database? I assume you can run multiple sql commands in a stream?