" in string fields are not working
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
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
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
Additionally also backslashes are not escaped correctly within String Fields.