You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example in a table provided to link records with lwmdbNewspaper records:
NLP,issue,art_num
3406,1208,art0039
In this case
The NLP column -> Newspaper.publication_code field. The import process adds 000 in front -> 0003406
The issues column -> Issue.issue_code field (an Issue of a Newspaper). In the example. 1208 is mmdd (and querying indicates the year in that example is 1888). This fits the issue_code field in Issue.issue_code -> 0003406-18881208 which matches 000{NLP}-{YYYY}{MM}{DD}
The art_num column -> Item.item_code field (an Item of an Issue, such as an article or add). Here art0039, would be stored as Item.item_code003406-18881208-art0039.
Requests for documentation:
id
andcode
fields in the lwmdb map onto pre-existing ids from METS/ALTO from newspaper collections (e.g. is newspaper_code = NLP #?)Would be ideal to include this in db schema somehow.
The text was updated successfully, but these errors were encountered: