Open
Description
I'm trying to import this file https://data.opensanctions.org/datasets/20231205/peps/entities.ftm.json
but get the error
Traceback (most recent call last):
File "/ingestors/ingestors/manager.py", line 220, in ingest
self.delegate(ingestor_class, file_path, entity)
File "/ingestors/ingestors/manager.py", line 245, in delegate
ingestor_class(self).ingest(file_path, entity)
File "/ingestors/ingestors/misc/jsonfile.py", line 32, in ingest
raise ProcessingException("JSON file is too large.")
ingestors.exc.ProcessingException: JSON file is too large.