Python Accuwage format library
Find a file
Binh Nguyen 04b3c3f273 Added pyaccuwage-parse script.
We encountered a problem with the parser where a description contained
a range value and the parse thought it was the beginning of a new field
definition. We should be able to exclude the incorrect range values
by looking at our last good range, and if the range does not continue
the previous range, then it is probably incorrect and can be discarded.

These changes can probably be performed in the tokenize section of the
parser.
2012-06-02 15:16:13 -05:00
docs initial checkin 2011-03-26 14:56:00 -05:00
pyaccuwage added length checking to field matching criteria for parser 2012-05-08 14:08:39 -05:00
scripts Added pyaccuwage-parse script. 2012-06-02 15:16:13 -05:00
.gitignore added the first 3 record definitions 2011-03-30 21:17:48 -05:00
setup.py attempting to add a commandline script 2012-06-02 14:18:48 -05:00