Looking at the web site for this product, I found some relevant documentation, which included this (on a page under "Porting" about exporting the data):
• Export XML Gradebook. This format allows you to export virtually all student data from one or more classes in an XML format...

I didn't see any mention of XML on the page about importing data, but maybe that's not an issue for you (or maybe there are fairly easy ways to work around this).

In any case, I'd highly recommend XML as the way to go if you want to use perl on such data. Perl has an assortment of very good modules for doing useful things with XML, and you just won't need to worry very much that you might do the wrong thing with the data. (Well, it's always easy to make mistakes, but they're much easier to spot and fix when the input is XML, compared to some obscure application-specific file format.)

Who knows what sort of weird sh*t they might be doing with their proprietary file structure? (managing fonts, colors, user preferences, and all manner of other stuff that is probably irrelevant for what you want to do). Why bother with all that? (And if, like most designers of app-specific file formats, they've opted to mix ASCII and binary data, I wouldn't want to go there, if I were you.)


In reply to Re: Easy Grade Pro file parsing by graff
in thread Easy Grade Pro file parsing by ruzam

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.