Closed atn38 closed 4 years ago
create_entity() takes a bit of time to process larger files. this is due to several tasks that parse the files themselves:
create_entity()
we need an option to bypass these if user wants to spit out EML quickly
also relevant on repeat code runs
PR #59 solves this by adding a skip_checks option to create_entity() and create_entity_all()
skip_checks
create_entity_all()
create_entity()
takes a bit of time to process larger files. this is due to several tasks that parse the files themselves:we need an option to bypass these if user wants to spit out EML quickly