bmir-radx / radx-project

This repo serves as a primary location for tracking issues that don't quite fit into our other dedicated repositories
0 stars 0 forks source link

Metadata Export and Import #50

Open marcosmro opened 10 months ago

marcosmro commented 10 months ago

The CEDAR artifact library supports the export of CEDAR artifacts to a number of external formats.

Currently, the following formats are supported for export (in addition to the native JSON Schema format): YAML, Excel, CSV, TSV, UBKG.

Supporting YAML (https://github.com/metadatacenter/cedar-artifact-library/issues/18) and other formats for import could be useful for rapidly creating metadata templates in RADx.

martinjoconnor commented 10 months ago

Some initial work was also done on generating REDCap spreadsheets from CEDAR templates but it was not completed.

https://github.com/metadatacenter/cedar-artifact-library/tree/develop/src/main/java/org/metadatacenter/artifacts/redcap

marcosmro commented 8 months ago

I tagged this task as OA2.5, since the library can be used to facilitate the ingestion of CDEs into CEDAR, as well as exporting them to a variety of formats.