lat9 / dbio

Database Input/Output for Zen Cart
GNU General Public License v3.0
3 stars 1 forks source link

CRON triggered import of product update #213

Open barco57 opened 1 year ago

barco57 commented 1 year ago

I have a client that currently uses easy populate on a really old version of ZC that is being updated to ZC1.5.8a. At some point in time it was determined it would be easier, probably for office staff, to have them simply upload the csv to the correct folder each morning, and then a cron was run to trigger easy populate to run an import on the specified file. 20 minutes after the import they ran an additional cron to delete the file so the folder was empty and ready for the next days upload and process.

I would like to be able to do this same process with dbio to keep their workflow the same, if possible.

Thanks