The CSV harvester is creating tables in the database from schemas described in a yaml schema file. Where the schema has required: true set for a particular field, the corresponding column in the db should be created with a NOT NULL constraint. This is currently not implemented.
The CSV harvester is creating tables in the database from schemas described in a yaml schema file. Where the schema has
required: trueset for a particular field, the corresponding column in the db should be created with aNOT NULLconstraint. This is currently not implemented.