Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import CSV file fails if a column header has a comma. Ex: "Torque, Request" #378

Closed
j-antunes opened this issue Dec 29, 2020 · 1 comment

Comments

@j-antunes
Copy link

Hi!

I am using PlotJuggler as a visualization tool for some CSV data. I noticed that if I have a comma between a header name, ex: "Torque, Request", PlotJuggler breaks it down into 2 columns, and because of that it fails to import the data. No warning/message is displayed, and the Timeseries list is empty. I upload a simplified dummy data.

The work around is to remove the comma in the header names, but would like to either PlotJuggler display an error saying that it failed to import the data or to be able to handle when the header has a comma.

DummyData.csv.zip

This happens in the most recent version of PlotJuggler.

Thank you!

@facontidavide
Copy link
Owner

facontidavide commented Dec 29, 2020

Let's play "bad cop, good cop" 😈

Bad cop: "are you complaining that adding arbitrary commas to a format that is literary called Comma Separated Value can be interpreted in the wrong way?"

Good cop: "I added a more informative warning message".

Cheers 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants