metergroup / GRANOLA

Apache License 2.0
5 stars 1 forks source link

Some Slave Device Responses May Contain a Comma. CSV file for the config file should have the delimiter as configurable #11

Open madeline-scyphers opened 2 years ago

madeline-scyphers commented 2 years ago

🚀 Feature Request

Some slave device responses may contain a comma in their responses, therefore we should allow the delimiter to be configurable in the config file

📎 Additional context

It should be as easy as adding an additional argument in the CannedQueries section of the config, and then passing that to pandas when reading the csv. Since pandas can take an argument of the delimiter.