-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
write csv: line protocol malformed if there is a column named result #19453
Labels
Comments
The flux query result is wrongly encoded, the first As an enhancement, the csv2lp conversion should detect duplicate tag names, warn about them and use the last one. |
sranka
added a commit
that referenced
this issue
Aug 31, 2020
sranka
added a commit
that referenced
this issue
Aug 31, 2020
5 tasks
sranka
added a commit
that referenced
this issue
Aug 31, 2020
sranka
added a commit
that referenced
this issue
Sep 12, 2020
sranka
added a commit
that referenced
this issue
Sep 12, 2020
fix(pkg/csv2lp): warn about duplicate tag names #19453
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when run with the following command:
The line protocol is not valid, because the result column is in there twice. removing the result column (tag) from the data solves the issue.
The text was updated successfully, but these errors were encountered: