Closed mehmandarov closed 2 years ago
I believe this line should have been:
`ErrorReporter.reportAndThrow( "The number of elements in the header does not match the number of elements in the data row " + lineIndex + " ("
instead of:
`ErrorReporter.reportAndThrow( "The number of elements in the header does not match the number of elements in the data row " + 1 + " ("
Otherwise it always "does not match the number of elements in the data row 1". I can fix this if it makes sense. 👍
I believe this line should have been:
`ErrorReporter.reportAndThrow( "The number of elements in the header does not match the number of elements in the data row " + lineIndex + " ("
instead of:
`ErrorReporter.reportAndThrow( "The number of elements in the header does not match the number of elements in the data row " + 1 + " ("
Otherwise it always "does not match the number of elements in the data row 1". I can fix this if it makes sense. 👍