Automate adding of multiple datapoints from multiline key-value pair output for Script datasource
Is there a way to automate adding of multiple datapoints from multiline key-value pair output for Script datasource.
Thank You !
Dinesh_Singh
Posted 10 years ago·Last reply 10 years ago
2 comments
Matthew_Dunham
·10 years agoWhen we do this kinda thing in-house, I'll sometimes create a single datapoint, export the datasource to XML, add additional datapoints via copy/paste, and update the new datapoint names & keys. Once you're done just import the XML file back into your account.
If you haven't had a look, the XML data structures for all of our exportable LogicModules is incredibly straightforward, so hacking in this manner is relatively easy.
Jessie_Bryan
·10 years agoI haven't seen any discussions about DS/ES API support. You can clone dataPoints, then edit the name and the key-value pair. It's slightly faster than fully manual. I too would love DataSource and EventSource management from API.