-
Number of records found in the file
Declaration
Swift
var totalRecordsProcessed: Int
-
The number of records that were successfully imported.
Declaration
Swift
var importedCount: Int
-
Number of records that we didn’t import because it appars the record is already in the DB. For Users, this means the same reg code and same username. Doesn’t check the other fields in the user object. For Performers, this means a Performer record with the same name. These cases are almost certainly true duplicates–either a previous bulk import, or the same user managed to create accounts on both servers.
Declaration
Swift
var duplicateCount: Int
-
Number of records that we couldn’t import due to errors.
Declaration
Swift
var errorCount: Int