Leading zeros in US Publication Numbers

This space is made available to users of Open Patent Services (OPS) web-service and now also to users of EPO’s bulk data subscription products such as 14. EPO worldwide bibliographic database (DOCDB), 14.11 EPO worldwide legal status database (INPADOC), 14.12 EP full text data, 14.1 EP bibliographic data (EBD)and more.

Users can ask each other questions, exchange experiences and solutions, post ideas. The moderator will use this space to announce changes or other relevant information.
Post Reply

michael.anger
Posts: 4
Joined: Tue Feb 25, 2020 7:29 am

Leading zeros in US Publication Numbers

Post by michael.anger » Wed Mar 04, 2020 8:32 pm

Hi,

This question is similar to the thread below, but in the other direction
how-to-convert-the-publication-number-i ... ormat-7951

If I'm starting with publication number US20090220659A1 (or original US format US 2009/0220659 A1) I need to remove the leading zero after the year if I want to retrieve data from OPS.

That's fine while the number of publications doesn't reach 1M for the year, but it still doesn't feel right to blindly remove that digit. Instead, I was trying to use the number service to convert to DOCDB or EPODOC format. However, the response from the number service still includes the zero. Can the service not be used for this kind of conversion?
<ops:standardization inputFormat="original" outputFormat="docdb">
<ops:input>
<ops:application-reference>
<document-id document-id-type="original">
<country>US</country>
<doc-number>20090220659</doc-number>
<kind>A1</kind>
</document-id>
</ops:application-reference>
</ops:input>
<ops:output>
<ops:application-reference>
<document-id document-id-type="docdb">
<country>US</country>
<doc-number>20090220659</doc-number>
<kind>A1</kind>
</document-id>
</ops:application-reference>
</ops:output>
</ops:standardization>
Thank you!


EPO / OPS Support
Posts: 1298
Joined: Thu Feb 22, 2007 5:32 pm

Re: Leading zeros in US Publication Numbers

Post by EPO / OPS Support » Thu Mar 05, 2020 7:41 am

Hi,

Please see in OPS documentation how to use numbers service. As you will see you need publication date as well, not only number:


https://ops.epo.org/3.2/rest-services/n ... 0903/docdb


Also note, that ORIGINAL format is meant original as on published document not necessarily the format from electronic file of original database and although most country conversions work really very well there is still issue with conversions of US numbers.

Sometimes its best instead to use Publication or Application/Priority number format tables when you are looking for rules: https://www.epo.org/searching-for-paten ... gular.html

Regards,

Vesna for OPS support


michael.anger
Posts: 4
Joined: Tue Feb 25, 2020 7:29 am

Re: Leading zeros in US Publication Numbers

Post by michael.anger » Thu Mar 05, 2020 6:43 pm

Thank you Vesna! I was looking at the right number format tables, but apparently I called the number service for application instead of publication numbers.

Conversion of the US Publication Number does work - the leading zero is stripped in the resposne - even without passing the publication date.

Are the US conversion issues you're referring to more related to grant/patent numbers?


EPO / OPS Support
Posts: 1298
Joined: Thu Feb 22, 2007 5:32 pm

Re: Leading zeros in US Publication Numbers

Post by EPO / OPS Support » Fri Mar 06, 2020 8:06 am

Actually more to specific years. But I don't have more details, we do get now and then questions about incorrect conversions, this is why I am offering tables for DOCDB format as a fallout option

Regards,
Vesna for OPS support


Post Reply