Hi Everyone, I am trying to add a metadata block, but got the first datafield text box missing. Please see the attached image, tsv, and propertyfile for details.
metafield.png
art_1.tsv
art.properties
Thanks! Hansen
Hi Hansen,
In the ".tsv" file, I notice that the "fieldType" for the first field - accessNumber is "none". So I assume that's why there is "no" box?
I agree with @Sherry Lake
Thank you both so much! I somehow did not realize it should not be a "none". Is there a way to delete that field? That field has to be deleted before loading the correct one, right?
You sort of need to start over, I'm afraid. Please see this open issue: Feature Request/Idea: Delete a metadata block (that hasn't been used at all) #9628
And thanks @Sherry Lake and @luddaniel for helping! :heart:
If you cannot start over, database modification will be required (not hard because the field is not used). I can help if you are blocked.
I'd like to know how to change it through database modification. Please help!
delete from datasetfieldtype d where "name" = 'accessionNumber';
Ofc, reload dataset page and update your tsv before reimporting in the future
Thank you so much, Daniel! I successfully deleted the field using the command.
You're braver than I am. :crazy:
If you could see the migration scripts we did with compound fields included... XD
Last updated: Oct 30 2025 at 06:21 UTC