Now with working validation and correction feedback
This commit is contained in:
@ -209,4 +209,4 @@ class SampleSpreadsheetImporter:
|
||||
|
||||
self.model = model
|
||||
logger.info(f"Finished processing {len(model)} records with {len(errors)} errors")
|
||||
return self.model, errors, raw_data, headers # Include headers in the response
|
||||
return self.model, errors, raw_data, headers # Include headers in the response
|
Reference in New Issue
Block a user