needtogetarmy
CEO of Project Mayhem
I have dome data from stock trading systems that is in XML format and I need to extract it to an excel spreadsheet (or something similar) so I can manipulate it with an econometric stat program.
Basically the code looks like this:
<system>
<id>204639</id>
<name>The Taleb Factor</name>
<agedays>1384.53</agedays>
<numsigs>36</numsigs>
<startcash>100000</startcash>
<win>2367.36</win>
<loss>47050</loss>
<c2userid>204606</c2userid>
</system>
What I need to do is to pull the data in between the brackets above and throw it all in columns / rows of a spread sheet. I have 6000 trading systems and millions of transactions to process.
Any help would be appreciated.
Basically the code looks like this:
<system>
<id>204639</id>
<name>The Taleb Factor</name>
<agedays>1384.53</agedays>
<numsigs>36</numsigs>
<startcash>100000</startcash>
<win>2367.36</win>
<loss>47050</loss>
<c2userid>204606</c2userid>
</system>
What I need to do is to pull the data in between the brackets above and throw it all in columns / rows of a spread sheet. I have 6000 trading systems and millions of transactions to process.
Any help would be appreciated.

Please Scroll Down to See Forums Below 













