Matching citations to applications to later Patents (Bulk data)
Hi,
I was wondering how to best match the application_id from the table usapplicationcitation to the id column of the application table (to get the patent number).
The problem is that the application_id from the table usapplicationcitation looks like this: '2007/0236734' which does not match the format of any other application id that are part of the bulk download tables.
I tried to match it by deleting the first characters and then joining it with the application table but I am worried that I am matching the wrong applications to each other.
Does anyone have an overview of how these ids work together?
Any help is really appreciated!