misoproject/dataset

setting parser to Miso.Parsers.Delimited without setting delimiter on remote fetches results in wrong datatype

Closed this issue · 0 comments

iros commented

When not setting delimiter : "," the dataType gets set to JSON on the importer and thus the data is not properly passed through to the parser.

Thanks @jkriss for the report.