Skip to content

Commit

Permalink
adjust process.cfg file to mirror parse.py changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gtfierro committed Jul 8, 2013
1 parent 0a300f3 commit 5881e4c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions process.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ dataregex=\d{4}_\d.xml
[test]
datadir=/Users/gabe

# This section specifies which grant_handler is to be used for each year of the
# parser. This section should only have to be touched when a new parser is
# This section specifies which grant_handler is to be used for each date of the
# released patent. This section should only have to be touched when a new parser is
# introduced. In the case where a year cannot be parsed from the filename (the
# format `ipgYYMMDD` is assumed), then the default parser is used.
# The dates in the ranges are either YYYY or YYYYMMDD. If only one date is provided,
# then the corresponding handler is assumed for all subsequent patents
[xml-handlers]
2005-2012=lib.handlers.grant_handler_v42
#2013=lib.handlers.grant_handler_v43
2005-20130108=lib.handlers.grant_handler_v42
20130115=lib.handlers.grant_handler_v44
default=lib.handlers.grant_handler_v42

0 comments on commit 5881e4c

Please sign in to comment.