Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
CSV with Nested structure
-
Hi there
Is there any way to import data points as CSV that includes nested structures. Was about to use this package https://www.npmjs.com/package/csvtojson#api . Thought Id ask first if there is already an API for the built in import.
Recently did 400 event handlers manually, need to do 4 more systems that are the same and I cant see myself going through that again.
Doing bulk points from excel -> CSV->json seems like the fastest to me. -
@craigweb said in CSV with Nested structure:
Is there any way to import data points as CSV that includes nested structures.
The answer is kind of for data points only, but it wont import event detectors. You can export CSV from the data sources page. Then import the CSV on the configuration import/export page.
We are currently working on better solution for importing and exporting data points via CSV. It will get tied into the new bulk data point edit page.
For the time being your approach of using a script to generate JSON for import via the configuration import/export page is a good one.