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

" in string fields are not working #66

Open
RF77 opened this issue Nov 8, 2017 · 3 comments
Open

" in string fields are not working #66

RF77 opened this issue Nov 8, 2017 · 3 comments

Comments

@RF77
Copy link

RF77 commented Nov 8, 2017

I cannot write string fields, if the string contains one ore more ". If I escape the " by myself e.g.

data.MessageContent.Replace(""", "\""))

then it's working correct.

I use Version 8.0.1

@RF77 RF77 changed the title " in string fields are not escaped " in string fields are not working Nov 8, 2017
@tihomir-kit
Copy link
Owner

Hi, could you please provide a bit more info. Which lib module/method were you using. It would be ideal if you could provide me with something I could use to reproduce your issue. Thnx

@RF77
Copy link
Author

RF77 commented Nov 10, 2017

Hi, I'm using the InfluxDbClient like this

await _influxDbClient.Client.WriteAsync(point, _influxDbName, retentionPolicy, precision);

point has a string field and the value contains a "

Hope that helps

@Velok
Copy link

Velok commented Sep 7, 2018

Additionally also backslashes are not escaped correctly within String Fields.

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

3 participants