-
Bug
-
Resolution: Done
-
Blocker
-
2.1.0
-
False
-
None
-
False
-
No
Description of problem
On importing a .csv file with invalid schema (say, a missing required column), the records are rejected and an error report is generated. But, the error report is empty.
How reproducible
Always
Steps to reproduce:
1)Import the attached .CSV file. The file has 2 records that don't have the record type information.
Actual results:
Both records are rejected .No error is logged in the import error report . The error report is empty.
Status shows Completed,
Accepted shows 0,
Rejected shows 2
Expected results:
Error report should have an appropriate message such as :
"Invalid record type"
Additional information
This was tested using the latest template.