Closed peterdesmet closed 8 years ago
Create a scientificName for all records in concatenated where there currently isn't one. Since none of those have a subspecies, this can be done quite easily:
scientificName
concatenated
subspecies
cells["genus"].value + " " + cells["specificEpithet"].value
Make sure to escape quotes before importing the file, so we don't get this in taxonID:
taxonID
plants "Populus x jackii Sargent ""Gileadensis"" (P. balsamifera x deltoides)" Salicaceae Nat.? Hort. D NAM X 2010 N?
I have completed this task. The steps are saved in https://github.com/LifeWatchINBO/alien-species-checklist/blob/master/data/concatenated.json
Create a
scientificName
for all records inconcatenated
where there currently isn't one. Since none of those have asubspecies
, this can be done quite easily:cells["genus"].value + " " + cells["specificEpithet"].value
Make sure to escape quotes before importing the file, so we don't get this in
taxonID
: