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
Do we reject the entire import, or just ignore the one line with the incorrect number of fields? I think I'd probably vote for the latter, especially if we can report the number of ignored records in the response.
The text was updated successfully, but these errors were encountered:
Would be nice if import verified that each record array had N+1 items where N is the length of the
channel_names
array in the JSON.Motivation: we had a user who forgot to include the timestamp in the record arrays, and so the datastore used the first value as the timestamp.
We'll need to discuss what action to take for something like the following:
Do we reject the entire import, or just ignore the one line with the incorrect number of fields? I think I'd probably vote for the latter, especially if we can report the number of ignored records in the response.
The text was updated successfully, but these errors were encountered: