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
I got panic from parser.Next when there are more columns in the string than a fields in my structure.
There is suggestion i.e. to parse as many fields as in the structure and send error message that there are more columns in the row. It will not send panic and lib user can continue parse file.
The text was updated successfully, but these errors were encountered:
I got panic from parser.Next when there are more columns in the string than a fields in my structure.
There is suggestion i.e. to parse as many fields as in the structure and send error message that there are more columns in the row. It will not send panic and lib user can continue parse file.
The text was updated successfully, but these errors were encountered: