Hello,
We are sending data from IoT Central to Event Hubs and then to Data Explorer, with the hopes of then sending the data to Azure Machine Learning.
In order to send data from Event Hubs to Data Explorer it needs a data ingestion into a table on data explorer.
For this data ingestion, it needs a json mapping.
We could ingest the data, but the message from the iot central data goes to event hubs that goes to data explorer carries the telemetry data as a dynamic type (a json inside a json).
("telemetry":{"Temp:"37","Vol":"97"})

We want to separate the telemetry data in different columns.
So Temp will have one column and Vol another.
I am wondering how that can be done?
And additionally, since we would like to send the data to ML, can data explorer be used as a datastore in ML?
Thanks!!
