You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging code, the error message simply states: wrong number of fields.
The desired additional information consists of the following:
Expected number fields
Actual number of fields encountered
Line number in the file being read
The alternative we used today was to manually count the number of fields by piping the log lines through wc one at a time, or on Windows using the word count feature of Notepad++
The text was updated successfully, but these errors were encountered:
When debugging code, the error message simply states:
wrong number of fields
.The desired additional information consists of the following:
The alternative we used today was to manually count the number of fields by piping the log lines through
wc
one at a time, or on Windows using the word count feature of Notepad++The text was updated successfully, but these errors were encountered: