Page number in Physical Review entries

Hi,
I think I gave a wrong hint. I think it should be implemented as part of the Cleanup Operation. For example the DOI Cleanup could be seen as an example on how to implement a new class.

  1. Access the BibEntry object
  2. Check for existence of field DOI
  3. extract the article id from it
  4. set the value of the Field Page to the extracted article id

That should be sufficient and relatively easy to implement. Of corse otherwise the action/class has to be added to the list of possible cleanups.