cancerDHC / sheet2linkml

Python package for conversion of Google Sheet to LinkML for CCDH
Apache License 2.0
1 stars 3 forks source link

Remove empty values from lists #20

Open gaurav opened 3 years ago

gaurav commented 3 years ago

Example: in the examples for Specimen.primary_diagnosis_condition, there is an empty example at the end of the list. This is probably because the split() we're using has split out an extra element from the end.

Expected: all such empty entries for any list should be removed before use.