• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

All editions Raw Data Output request

JDRook

Well-known member
So I've been entering all of the DCA Heroes & Villians entries into HeroLab (yes, all 600+ of them) and was wondering if there was some relatively simple way to output all of that data into a spreadsheet format or .csv for comparison purposes. It would be great to be able to sort most of the DCU by PL or point cost or Str or Deception rank or whatever.

Is this far more complicated than I imagine?
 
Hmmm... the custom output would let you export it as XML. Then, all you'd need to do is parse that out into a CSV file. I have .Net code that takes in the XML files and generates classes that can read in the XML. Would that work for you?
 
To be honest, I haven't really played with any markup languages and haven't done anything approaching scripting since BASIC and a dash of Pascal almost 20 years ago. :o That said, I tried that custom export to see what happens and I can at least pick out a few things when I squint at it. I'm not sure what your .Net code would do with it, but I could try poking at it for a while to see if I learn anything.
 
Back
Top