Hello everyone,
I am new to using Xscope. I would like to extract the data points from the .xmt file gerenated after run time by xScope. I Know how to visualize it on xTime Composer but I would like to plot the data on a Google Spread Sheet.
Thanks in advance.
Extracting data points from .xmt xscope file
-
- Member++
- Posts: 16
- Joined: Wed Apr 15, 2015 9:31 am
-
- XCore Legend
- Posts: 1274
- Joined: Thu Dec 10, 2009 10:20 pm
Although I have not used it, I believe Google docs has an ImportXml ability which may enable you to do this, however some understanding of Xpath will likely be needed. Alternatively you could write a bit of code that converted it into a more primitive format like CSV perhaps.
-
- Member++
- Posts: 16
- Joined: Wed Apr 15, 2015 9:31 am
you were right, I can store the data as an XML file, I have an XML parser that puts the data on the spreadsheet.Folknology wrote:Although I have not used it, I believe Google docs has an ImportXml ability which may enable you to do this, however some understanding of Xpath will likely be needed. Alternatively you could write a bit of code that converted it into a more primitive format like CSV perhaps.
Thanks!