Skip to content

Problems importing CSV files #197

Description

@seraasch

My testing has found several issues with the CSV parsing, all involving dealing with quoted column labels:
The parser fails to correctly parse (at least):

  1. The degree symbol (Ex. "[°C]") --> Error dialog (see below)
  2. Spaces --> all column names take the form "C<sequence_number>"
  3. commas --> all column names take the form "C<sequence_number>"

It also appears that there is a hard limit to the number of columns that can be ingested. In my testing, adding the 351st column results in an error dialog similar to this:

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions