Changeset 35872


Ignore:
Timestamp:
2022-01-04T16:18:07+13:00 (2 years ago)
Author:
davidb
Message:

Artist now handled as Creator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/errata-categories/escwikipedia.py

    r35185 r35872  
    5858        if (header_label == "Song"):
    5959            header_label = "Title"
     60
     61        if (header_label == "Artist"):
     62            header_label = "Creator"
    6063           
    6164        headers.append(header_label)
     
    104107            val = vals[l]
    105108           
    106             if key == "Artist":
     109            if key == "Creator":
    107110                a_val = val.find("a")
    108111                if (a_val is not None):
     
    179182                continue
    180183       
    181             if key == "Artist":
     184            if key == "Creator":
    182185                a_val = val.find("a")
    183186                if (a_val is not None):
Note: See TracChangeset for help on using the changeset viewer.