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
Hmm strange the underlying csv library we use handles this so I'd assumed it was just working with JSON. I'll take a look, is this relevant for the Vol-E features?
Select multiple rows in Variance dataset, for example.
Right click --> Save Metadata As --> JSON
"Select All" to get all metadata columns.
When you examine the json file, you will see that the individual rows are just dumped one by one with newlines, which is not actually valid JSON.
They really should be wrapped with
[]
and comma separated to be a proper json list, or wrapped in a json object somehow.The text was updated successfully, but these errors were encountered: