"Batch failed: InvalidBatch : Failed to process query: FUNCTIONALITY_NOT_ENABLED: Foreign Key Relationships not supported in Bulk Query");
} else {
runProcess(argMap, 1);
final CSVFileReader resultReader = new CSVFileReader(argMap.get(Config.DAO_NAME), getController());
try {
final Row resultRow = resultReader.readRow();
assertEquals("Query returned incorrect Contact ID", contactId, resultRow.get("CONTACT_ID"));
assertEquals("Query returned incorrect Contact Name", "First 000000 Last 000000",
resultRow.get("CONTACT_NAME"));
assertEquals("Query returned incorrect Account ID", accountId, resultRow.get("ACCOUNT_ID"));
assertEquals("Query returned incorrect Account Name", "account insert#000000",