Creating logs for Excel Importer

0
Hello,   Within my app I am using the Excel Importer to import data into a few different tables. I want to be able to create logs that contain: Who uploaded it, Upload Date with time stamp, Number of records in the file, Number of records loaded into the system/tables   Can someone point me in the right direction on how to handle this within Mendix? I am new to coding/low code no code and this is my first time developing an app
asked
1 answers
1

Hi Jesse,

 

If you are using Excel Importer module By default logs will be captured here but not exactly all information like Number of records etc.

image.png

But you can able to achieve this in manual way, First think create one Audit Entity to capture all relevant details as per requirement. After the Java Call StartImportByTemplate, you can create Audit object along with File records count and date etc information. 

 

Hope it helps,

Thanks & Regards,

Manikandan K

answered