Bookworm-project / BookwormDB

Tools for text tokenization and encoding
MIT License
84 stars 12 forks source link

Check field names in field_descriptions.json for spaces #117

Open bmschmidt opened 7 years ago

bmschmidt commented 7 years ago

If you have a field_descriptions.json file some of the identifiers for which have spaces, the Bookworm doesn't die until well into the mysql parts of the creation process.

This should happen in the original metadata parsing, not as some hard-to-read MySQL bug; any field_descriptions field characteristics that aren't legal should raise a helpful error.