Hi, can somebody help me?
I can download patent applications which start with 121* using the following command:
python c:\gsutil\gsutil cp gs://uspto-pair/applications/121* file://c:\patents
Some of the foulders include a file called for example: “12102391-2008-12-12-00004-SRNT.pdf”.
I would like to download only these files which ends with *SRNT.pdf for the applications which starts with 121*.
python c:\gsutil\gsutil cp gs://uspto-pair/applications/121*SRNT.pdf file://c:\patentsMarc
Hi! Yes I am sure!
With the following command you can download the zip file for the patent application 12102391:
python c:\gsutil\gsutil cp gs://uspto-pair/applications/12102391.zip file://c:\patents
The subdirectory includes several objects which ends with SRNT.pdf
So at least the 12102391 includes such objects!
Could it be a problem that it is a zip file?