Difference between revisions of "Bulk Patent Assignee Processing"
Jump to navigation
Jump to search
(Created page with "== USPTO Assignees Data == We would like to download and absorb data from this location on the USPTO website into our tables. The objective is to determine whether this datas...") |
|||
Line 7: | Line 7: | ||
===Extracting Data from XML Files === | ===Extracting Data from XML Files === | ||
− | All the historical USPTO data is available as XML files | + | All the historical USPTO data is available as XML files. Here is the tree structure for the XML files: |
+ | |||
+ | <patent-assignment> | ||
+ | <assignment-record> | ||
+ | <patent-assignors> | ||
+ | <patent-assignees> | ||
+ | <patent-properties> | ||
+ | </patent-assignment> | ||
===Inserting Extracted Data into Tables === | ===Inserting Extracted Data into Tables === | ||
===Clean Up === | ===Clean Up === |
Revision as of 14:37, 30 June 2016
Contents
USPTO Assignees Data
We would like to download and absorb data from this location on the USPTO website into our tables. The objective is to determine whether this dataset is better than the current version of our patent data (a combination of the data in the patent_2015 and patentdata databases.
Steps Followed to Extract the Data
Extracting Data from XML Files
All the historical USPTO data is available as XML files. Here is the tree structure for the XML files:
<patent-assignment> <assignment-record> <patent-assignors> <patent-assignees> <patent-properties> </patent-assignment>