qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

fix(transform): transforms default to CSV format #1916

Closed b5 closed 2 years ago

b5 commented 2 years ago

with our latest switch to using ds.body assignment, we've lost the parse_as argument that we formerly relied on to set data format. As a short-term fix we'd like to default to CSV data format.

In a follow-up we'll detect the number of dimensions in the body and error if it's higher than 2.

closes #1915