Python Accuwage format library
Find a file
Binh Nguyen 770aeb0d2b Ranges in descriptions are ignored, except in cases where the
range matches the next expected range. The only way to get around
this seems to be to manually remove the range value from the input.

One idea is to iterate through the entire token set and look for
range tokens. When a range token correctly continues the sequence, then
it is assumed to be a new record. Instead, if we scan the whole list of
tokens and look for out of order ranges and exclude them as possible
field identifiers.

1
10*
10
20
30
90*
40
10*
50
2012-06-06 14:46:17 -05:00
docs initial checkin 2011-03-26 14:56:00 -05:00
pyaccuwage Ranges in descriptions are ignored, except in cases where the 2012-06-06 14:46:17 -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