Hi,
Is there a way to load data from a CSV file into a table automatically, i.e. without the detour via Import CSV Data?
Background: I receive my monthly account statements as a CSV file and would like to process them in APPGINI.
Automatic CSV data import
Re: Automatic CSV data import
Hi,
as AppGini per se is a Web App, the automation needs to be done outside of AppGini. So for Unix you may use a cron job, or on windows a scheduled task. With this you can create an import script that would scan a directory for a new file and import it, if it is detected.
as AppGini per se is a Web App, the automation needs to be done outside of AppGini. So for Unix you may use a cron job, or on windows a scheduled task. With this you can create an import script that would scan a directory for a new file and import it, if it is detected.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.
Re: Automatic CSV data import
Thanks, pbottcher,
I will work on this.
I will work on this.