Parsing Vera User Data - Loadable as .NET Dataset

From MiOS
Revision as of 13:11, 25 September 2011 by Mysticjay (Talk | contribs)

Jump to: navigation, search

This is most likely not an elegant way to dothis, but in case someone wants something similar feel free to use this. Please suggest if there are better ways of accomplishing this and if you happen to know so, update this page :)

1. This will give you a single xml file you could load in .NET through Dataset.Readxml and you will get about 14 tables.

2. Devices have states and ControlURLs , these become a separate table with a new attribute added to refer what Device ID a row in these tables would relate to the devices table.

Parse.jpg


To be updated soon...

Personal tools