IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
878 stars 491 forks source link

Decoupling TSV metadata schema parsing from API endpoint #8085

Open poikilotherm opened 3 years ago

poikilotherm commented 3 years ago

Currently, any TSV file loaded into a Dataverse instance flows through DatasetFieldServiceApi.loadDatasetFields(). This method isn't just the endpoint, it also contains all the code to parse and convert the TSV into living model objects.

This needs to be torn apart:

pdurbin commented 2 years ago

Isn't @JR-1991 doing some nice parsing of the TSVs in https://github.com/gdcc/easyDataverse ?