reconcile(Iterator<OriginEntryFull> entries, ReconciliationBlock reconBlock, List<Message> errorMessages) Performs the reconciliation on origin entries using the data from the
ReconciliationBlock parameter
Parameters: entries - origin entries Parameters: reconBlock - reconciliation data Parameters: errorMessages - a non-null list onto which error messages will be appended.
Generates the error message for the sum of column(s) not matching the reconciliation value
Parameters: column - the column reconciliation data (recall that this "column" can be the sum of several columns) Parameters: actualValue - the value of the column(s) the message
Generates the error message for the number of entries reconciled being unequal to the expected value
Parameters: block - The file reconciliation data Parameters: actualRowCount - the number of rows encountered the message