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
Describe the bug
CSV readers throw an error when the header line specifies a number of columns but all records do not have that number of columns.
To Reproduce
Steps to reproduce the behavior:
Go to a Case where some queries have not been rated
Click on Export
Scroll down to Basic
Click Export
Examine the CSV: Entries that have no ratings do not supply the correct number of commas (2)
Expected behavior
If a query doesn't have ratings it should either be skipped altogether or empty columns added. For example, a query for "foo" would look like this:
query,docid,rating
foo,,
The way it works now is:
query,docid,rating
foo
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
CSV readers throw an error when the header line specifies a number of columns but all records do not have that number of columns.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If a query doesn't have ratings it should either be skipped altogether or empty columns added. For example, a query for "foo" would look like this:
The way it works now is:
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: