Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Thing Properties having values. How these values can be pushed to Analytics server.
What is the best practice to achieve such scenarios. Any Architectural view?
When I use Service "SubmitUploadDataset" with data in Infotable, it gives error message as "The file type selected is not supported, please use txt, csv, gzip" .
Please help. Thanks.
Hi Rajesh
ThingWorx Analytics server does requires rows of data provided as a csv file.
It will not accept a single property value.
So you would need to provide ThingWorx Analyics with a csv file containing the data.
For this you may need to write your own code or you can use DataConnect that can help to some extent.
Once ThingWorx Analytics is provided with the csv file you can use the extension or ThingWorx Analytics Builder to work on prediction models.
Note also that a common use case is to identify anomalies in property values. For this, you can use instead ThingWatcher SDK which can read a property value directly to detect anomalies.
Hope this help
Christophe
Hi Rajesh
Just for information I have published a blog about DataConnect that you may find of interest:
Kind regards
Christophe
Rajesh,
Any update on this? Was Christophe Morfin's post helpful? If so, could you click on the "correct answer" or "mark as helpful" button and let us know?