I know this is not in the realm of phprunner support, but I'm hoping one of the forum may have a helpful tip for me.
I have 6 small csv files that have to be imported weekly to update a database.
I would like to put a button on the generated list page for the record, Update Data.
Pick the csv file and poof it get's imported into the table, then returned back to the list showing the newly imported data. The files are always exactly the same each week.
Can anyone point me to some php script or share some experience here.
I have been on the web browsing for hours, lots out there. Just hoping someone could narrow it down with some good advice.
PS. Using version 3.0
Another thought, can I create a field in a table, and have PHPRunner upload the file into it. Then trigger something to import the file data into the tables??