Closed yuanzhou closed 1 month ago
Coordinating with https://github.com/hubmapconsortium/manual-data-ingest/issues/327, we'll need to support the new CEDAR spec of contributors.tsv.
contributors.tsv
Update the condition check to use row.is_contact.toLowerCase === "yes" when parsing the contributors row, in order to build the contacts list.
row.is_contact.toLowerCase === "yes"
contacts
Coordinating with https://github.com/hubmapconsortium/manual-data-ingest/issues/327, we'll need to support the new CEDAR spec of
contributors.tsv
.Update the condition check to use
row.is_contact.toLowerCase === "yes"
when parsing the contributors row, in order to build thecontacts
list.