Hello, I suggest some basic features, such as
-To know the last date of execution of each of the system cronjobs
I think that it is critical to know if you are running properly each of the cronjobs.
This features is very simple to implement, to the end the cronjob execution updatea table at the base of data with the modification date
- Mapping the header of the CSV file with the fields in the list.
Personally I use several sources of data with a header different and is a bit tedious having to open a file of 1M only to have to change the headers.
-To know the last date of execution of each of the system cronjobs
I think that it is critical to know if you are running properly each of the cronjobs.
This features is very simple to implement, to the end the cronjob execution updatea table at the base of data with the modification date
- Mapping the header of the CSV file with the fields in the list.
Personally I use several sources of data with a header different and is a bit tedious having to open a file of 1M only to have to change the headers.