This table contains neither actual publisher nor address data. Rather, it is a relationship table between PUBLISHER and ADDRESS. Each record in this table describes an "Address of Publisher" relationship.

Publisher Addresses are specified in the "PA" ISI field. Since there is at most one Publisher per Document (specified in the "PU" ISI field), Publisher Addresses specified for a given Document can accurately be linked to the correct Publishers.

From what we have found, only one Publisher Address is ever specified per Publisher. The behavior of the loader reflects this.

This table contains the following fields:

  • PUBLISHER_ADDRESS_PUBLISHER_FK: The foreign key into the PUBLISHER table.
  • PUBLISHER_ADDRESS_ADDRESS_FK: The foreign key into the ADDRESS table.

See PUBLISHER and ADDRESS for additional details.