Number of fields specified in NUMBEROFFIELDS does not match number of fields in the first row in CSV file.
Returned if the number of fields specified for the NUMBEROFFIELDS parameter in the CSVFORMAT section of the load specification script differs from the actual number of fields in the CSV file. Since the NUMBEROFFIELDS parameter is intended for error-checking, this discrepancy will halt the load operation.
Before retrying the load operation, verify that the correct CSV file is being specified. If necessary, change the value of NUMBEROFFIELDS, or else disable field error-checking by either setting NUMBEROFFIELDS to 0 or removing that parameter from the script.