Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schemasheets export functionality missing linkml column descriptors #33

Open
sujaypatil96 opened this issue Mar 25, 2022 · 2 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@sujaypatil96
Copy link
Member

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.

@sujaypatil96 sujaypatil96 self-assigned this Mar 25, 2022
@sujaypatil96 sujaypatil96 added the enhancement New feature or request label Mar 25, 2022
@sierra-moxon
Copy link
Member

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

@sujaypatil96
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants