I am receiving data that is double-quoted. Is there a way to remove the quotes using the INI configuration?
When the value is "1.0", it is not recognized as a number, and when I try to use it as a string, it does not allow me to convert it back to a number. The same issue occurs with the timestamps.
The data I am receiving looks like this:
```
"Resource","Resource_Displayname","Datasource","Instance","Datapoint","Value","TimeStamp"
"172.23.19.156","pdu16b.sav","Raritan_PowerDistribution_Overcurrent","Raritan_PowerDistribution_Overcurrent-PDU 1 - Overcurrent 1","rmsCurrentAvailability","1.0","1715039190000"
```