linkml / schemasheets

Structure your data in a FAIR way using google sheets or TSVs. These are then converted to LinkML, and from there other formats
https://linkml.io/schemasheets/
42 stars 5 forks source link

schemasheets export functionality missing linkml column descriptors #33

Open sujaypatil96 opened 2 years ago

sujaypatil96 commented 2 years ago

Using the schemasheets functionality that exports a provided linkml schema to a schemasheets specific tsv file, based on a specification tsv file is incomplete. In that, it does not make the output tsv file with the second row containing linkml column descriptors as expected.

export_spec.tsv:

Class   Field   Description Key Range
>class  slot    description identifier  range

Run the export command as follows:

linkml2sheets ~/path/to/export_spec.tsv -s tests/input/personinfo.yaml -o personinfo.tsv

See the output file missing the second row with linkml column descriptors.

sierra-moxon commented 1 year ago

@sujay - I could replicate - maybe this is already done? :)

sujaypatil96 commented 10 months ago

@sierra-moxon will look into this and update the status of this issue.