-
Notifications
You must be signed in to change notification settings - Fork 5.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
CSV parser includes csv_measurement_name as a field #7203
Comments
The I do think the plugin should exclude the As a workaround you should be able to use
|
@danielnelson As a quick hack I tried Also I believe I might be barking up the wrong tree. Is |
Okay you are right |
Yes, you will want to set One thing to keep in mind for historical data is that currently the |
@danielnelson Willing to pick this up next, can you assign me? :) |
Relevant telegraf.conf:
System info:
Telegraf Version:
Telegraf 1.13.4 (git: HEAD ffabd6b5)
OS: Windows 10
Steps to reproduce:
I have a csv file as the following:
On Windows within the
telegraf
directory:Expected behavior:
In chronograf
when the measurement
Machine
is clicked the fields should be:Actual behavior:
Event though the fields are specifically mentioned in the array (e.g.
["damage", "value", "warning"]
)Based on InfluxData's Blog about Write Points from CSV.
Additional info:
I have tried adding
skip_csv_columns=1
to skip themeasurment_name
but that still add it as a field.The text was updated successfully, but these errors were encountered: