Now with working validation and correction feedback

This commit is contained in:
GotthardG
2024-11-08 11:44:14 +01:00
parent 1fa61f0e78
commit dbebfd6d5a
3 changed files with 32 additions and 13 deletions

View File

@ -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