Hi, While importing the data from ExceL Importer, I want to generate the log file with below details:- Who uploaded it 2.Upload Date with time stamp 3.Number of records in the file 4.Number of records loaded into the system/tables 5.Notes - in case if there are any failures I create some mapping between the TemplateDocument , but still not getting the results . Do I have to do some modification in StartImportByTemplate java action ? or How to map the entity?
asked
Md Naqui Qureshi
2 answers
0
Let the Excel importer import with a parent object and pass that to the import action. After importing count the lines (in your case Notes) over the association from Parent to Note. Set exception handling to catch the errors.
answered
Chris de Gelder
0
I did not get you, Can you explain little bit more?