rdmorganiser / rdmo

A tool to support the planning, implementation, and organization of research data management.
https://rdmorganiser.github.io
Apache License 2.0
105 stars 49 forks source link

Fix/improve import field validation #1130

Closed MyPyDavid closed 3 months ago

MyPyDavid commented 3 months ago

Description

eg.

DEBUG: Cannot convert 'None' for field 'default_external_id' using 'CharField': 
[ErrorDetail(string='This field may not be null.', code='null')]
DEBUG: Cannot convert 'None' for field 'unit' using 'CharField':
 [ErrorDetail(string='This field may not be null.', code='null')]

Related issue: #ISSUE_NUMBER

Motivation and Context

How has this been tested?

Screenshots (if appropriate)

Types of Changes

Checklist