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

influx_inspect: export does not escape field keys #7494

Closed
mark-rushakoff opened this issue Oct 20, 2016 · 0 comments
Closed

influx_inspect: export does not escape field keys #7494

mark-rushakoff opened this issue Oct 20, 2016 · 0 comments
Assignees
Milestone

Comments

@mark-rushakoff
Copy link
Contributor

When running influx_inspect export on data with a measurement containing a space, or probably other special characters, the generated line protocol is invalid. For example, when exporting the NOAA data, which has a field named level description, the output does not escape:

Current behavior:

h2o_feet,location=coyote_creek level description="below 3 feet" 1439910360000000000

Expected behavior:

h2o_feet,location=coyote_creek level\ description="below 3 feet" 1439910360000000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants