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.