Example: Field Count in Some Data Records Does Not Match the Header {#batch-results-file-response-xml-ex-failure-123}
=====================================================================================================================

This example batch validation response file illustrates error code 123. In this case, three of the data records do not contain the number of fields specified in the header.

```
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;!DOCTYPE Batch SYSTEM "olp_validation_report_1_0.dtd"&gt;
&lt;Batch BatchID="33333333" MerchantID="gpntest3" Name="OLP Validation Report" Version="1.0"&gt;
    &lt;ValidationStatus&gt;Failed&lt;/ValidationStatus&gt;
    &lt;ValidationTime&gt;2022-07-31T14:40:14&lt;/ValidationTime&gt;
    &lt;ValidationErrors&gt;
        &lt;Error&gt;
            &lt;RecordNumber&gt;2&lt;/RecordNumber&gt;
            &lt;ErrorCode&gt;123&lt;/ErrorCode&gt;
            &lt;ErrorMessage&gt;Number of fields does not match with number of field
             names in the following rows: 2, 3, 5.&lt;/ErrorMessage&gt;
            &lt;ErrorRemedy&gt;Correct the file format and resubmit.&lt;/ErrorRemedy&gt;
        &lt;/Error&gt;
    &lt;/ValidationErrors&gt;
&lt;/Batch&gt;
```

