Python Accuwage format library
Find a file
Binh Nguyen 6e4a975cfb Changed the way records are found by searching for field headers and then working
backwards to determine the record name. We also added the ability to "break" from
reading a series of field definitions based on certain break points such as
"Record Layout". There is currently an error in p1220 line 2704 which is caused
by the column data starting on the 4th column "Description and Remarks".

If ColumnCollectors started with the field titles, and had awareness of the column
positions starting with those, it may be possible to at least read the following
record fields without auto-adjusting them.
2012-12-04 16:04:08 -06:00
docs initial checkin 2011-03-26 14:56:00 -05:00
pyaccuwage Changed the way records are found by searching for field headers and then working 2012-12-04 16:04:08 -06:00
scripts Almost have things working. It seems like some of the record results 2012-11-20 16:05:36 -06:00
.gitignore added the first 3 record definitions 2011-03-30 21:17:48 -05:00
setup.py fixed missing field, updated for 2012 2012-10-09 15:35:13 -05:00