Hi Markus,
Another question, where I'm not sure how to handle an automated import process properly.
Situation:
- a process dumps import files in a directory
- a cron job scans the folder and imports them using the ImportEngind command
- when success -> move file to "finished" folder and mail report
- when fail -> move file to "failed" folder and mail report
How can I handle the success and fail events?
Is there a event in the ImportEngine to do this? I have seen the "prepare" event but I'm not sure which are the other events and what data they expose.
Hi Markus,
Another question, where I'm not sure how to handle an automated import process properly.
Situation:
How can I handle the success and fail events?
Is there a event in the ImportEngine to do this? I have seen the "prepare" event but I'm not sure which are the other events and what data they expose.