Python Accuwage format library
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. |
||
---|---|---|
docs | ||
pyaccuwage | ||
scripts | ||
.gitignore | ||
setup.py |