How to receive measurements with multiple decimal points?

Hi guys,

Probably an easy one… But i can’t receive measurements to influxdb from a powershell script that output the measurement as a float that has multiple fullstops in it. For example:

3.27 (works)
3.2.7 (dosn’t work)

Should i be sending these as strings or text and escaping the fullstops?

I would send them as strings when they include multiple fullstops.