Re: Correcting 'data blank' errors
Mostly a question for Mike Weideli, but might be useful for everyone.
Using the JNCC_sy07_Problem_Detail.xml report I have 182 data blank errors. Stealing from that xml I have run the query
SELECT DATA AS Expr1, TAXON_OCCURRENCE_DATA.*
FROM TAXON_OCCURRENCE_DATA
WHERE (LTRIM(RTRIM(DATA)) = '')
Which gives me the same sequence of Taxon_Occurrence_Keys as in the original report.
The question is can I now delete these items from the Taxon_Occurrence_Data table?
Thanks
Biological Survey Data Manager
National Trust