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):
- The degree symbol (Ex. "[°C]") --> Error dialog (see below)
- Spaces --> all column names take the form "C<sequence_number>"
- 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:

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):
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: