Download the files to be processed to a directory. Note that you should use separate directories for the two periods; don't mix files in the same input directory.
Unzip the files.
Run the parser_wrapper.py script to parse the raw files into CSV files.
Help for the this script can be obtained by: python parser_wrapper.py --help.
A complete example call might look like this: D:\PatentsView-DB\Scripts\Raw_Data_Parsers> python parser_wrapper.py --input-dir d:/data/smalltest/raw_1976-2001 --output-dir d:/data/smalltest/parsed_1976-2001 --period 1
Repeat the prior step as needed to get all the desired files parsed.
Run the parser_wrapper.py script to load the data from the CSV files into a MySQL database.
Run the parser_wrapper.py script to parse the raw files into CSV files.
Help for the this script can be obtained by: python parser_wrapper.py --help .
A complete example call might look like this: D:\PatentsView-DB\Scripts\Raw_Data_Parsers> python parser_wrapper.py --uspc-create 1 --uspc-input-dir d:/data/smalltest/raw_class
Run the parser_wrapper.py script to load the data from the CSV files into a MySQL database.