When using write_api.write() I found that the data would be processed as shown below.
Image 1 the origin data
Image 2 the exported data from frontend
It seems Influx has done some data transformation for me. But, how can I avoid it, I mean if I want to use the original data, what should I do?
Thank you!!!