Map<String, String> argumentMap = getTestConfig(OperationInfo.insert, getTestDataDir()
+ "/timeZoneFormatTestingWithErrors.csv", false);
argumentMap.put(Config.LOAD_ROW_TO_START_AT, rowOffset.toString());
// insert into the account on the custom fields specified
Controller controller = runProcessWithErrors(argumentMap, numSuccesses, numFailures);
verifyErrors(controller, "Error converting value to correct data type: Failed to parse date: ");
SObject[] returnedAccounts = retrieveAccounts(controller, dateField);