Skip to content

Validate TEI file before loading

asajedi requested to merge validateTEIFileBeforeLoading into master

This should prevent loading corrupted TEI files which could lead to breaking transformation and indexing process. To prove the functionality just execute the indexing process using the following command which should take sometime about 10 minutes on local machine to run: docker-compose exec web ./bin/console app:start_indexing We may later integrate a sort of validating against the belonging schema.

Merge request reports