-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Can't load a layout with a CSV file with semicolon as delimiter #557
Comments
On my side the dialog "CSV Loader" only shows if I specific the data file with -d. If I open Plotjuggler with the parameters -d and -l, then it works. But if I open Plotjuggler only with the layout option, and the data file is set in the option "previouslyLoaded_Datafiles", then I get the error "Can't find one or more curves" |
Good news, problem fixed. Thanks for reporting! But the next time, in steps to reproduce, don't say:
But:
This would have saved me some time |
To test it, use this file, because the delimiter is now saved in the XML. |
Thank you very much for the fix, now it's working. Next time I will be more careful in the instructions to reproduce the issue. Congratulations for your program and keep up the good work. |
If I try to load a layout with a CSV file in which the delimiters are semicolons, the load fail with the next error
My OS is Xubuntu 20.04 64 bits, and I compile Plotjuggler from sources, the test was done with the latest revision 3.3.3
To reproduce the test, just edit the file "simple_parse_timestamp.csv" and change the delimiters to semicolons.
I don't know if it could be related to the issue, but in the layout file I don't see any field that indicate the CSV delimiter, maybe it always guess that the delimiter is a comma.
datasamples.zip
The text was updated successfully, but these errors were encountered: