I’ve been trying to use the NullAttributeRemover transformer (from the FME Store) to loop through a dataset with a large number of both fields and records. It relies on Python to do the heavy lifting and gives me a Python out-of-memory error after processing about 120,000 records, less than 10% of what I need to process. I tried to throw in some garbage collection and deleting variables and lists but to no avail.
Thanks in advance,
Alan