Changeset 35099


Ignore:
Timestamp:
2021-04-22T14:59:41+12:00 (3 years ago)
Author:
davidb
Message:

Fixed up oversight where FinishingPos was included, but ReverseFinishingPos was not

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/prepare/voting-excel/xlsx-tocountry-jsonmetadata.py

    r35069 r35099  
    286286    to_country_grand_total = tl_rec.get("VoteGrandTotal")
    287287    to_country_finishing_pos = tl_rec.get("FinishingPos")
     288    to_country_rev_finishing_pos = tl_rec.get("ReverseFinishingPos")
    288289   
    289290    # Country and Year are set as metadata elsewhere so don't need
     
    346347    metadata_array.append({ "name": "VoteGrandTotal", "content": to_country_grand_total})
    347348    metadata_array.append({ "name": "FinishingPos", "content": to_country_finishing_pos})
     349    metadata_array.append({ "name": "ReverseFinishingPos", "content": to_country_rev_finishing_pos})
    348350   
    349351    filename_id = tl_to_country_id + "\\.nul"
Note: See TracChangeset for help on using the changeset viewer.