MYSQL File Analysis for Objects Database

objects-v5.txt is the complete dump of the object database imported to mysql. (from objects-v5.xls). Once it's fully loaded into the browser you can use the browser's find facility to find records. Check the overall content and use of fields to make sure they look right.

Fielduse-objects.txt is a listing of the use of the other fields which have repeating data values, along with the number of occurrences of that value in the field. We need to look at this with an eye toward reducing the number of fields, concatenating them into other fields (like description) where possible.

Classfields-objects.txt is a listing of the use of the various fields that are used for classification. With the images db we have the benefit of a primary taxonomy field (otherno), but we have no such field with the objects db so we need to 'grab' something from one of these fields to use for that taxonomy... or create another field for that purpose. This is the biggest issue with the objects db and will take the most time to sort out.