CUB-Libraries-CTA / counter-data-loader

Loads COUNTER database from JR1 report spreadsheets
1 stars 2 forks source link

Handle cases where there is no publisher defined in the source data #32

Closed ghost closed 3 years ago

ghost commented 3 years ago

In a number of cases, the source COUNTER spreadsheet contains blanks in the publisher column. When these items are encountered, insert "Not Defined" when loading the database.

ghost commented 3 years ago

Done. A check is also made for publishers defined by a series of question marks, e.g. ????? ??????? ???. This is how the publisher name appears in the source spreadsheet. Before inserting the row, this value is changed to "Not Defined" as well.