-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Description
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:
- Enable proper testing of the parser
- Enable reading TSV metadata schemas during unit & integration testing. A bare necessity for Add new Solr fields via an API call (investigation) #5989
- Enable reading the files not only via API endpoint:
- Possibility to move the code into a reusable module outside main codebase
- Load TSVs from disk/WAR during startup and bootstrap (Hello, Bootstrapping config on first deployment #5361)
- Enable validation on load
- Refactor some dusted code
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels