Hi,
I have
dataset which consists of about 40 millions parcels. Some of them have the same
identifier and I would like to join them into one area (with
dissolve lines). I would like to use custom transformer which is very similar
to https://knowledge.safe.com/articles/47216/using-arcpy-for-fme-feature-processing.html.
I have FeatureWriter, PythonCaller and FeatureReader Transformer and I have a problem with keeping attributes after FeatureWriter
transformer because in the PythonCaller Transformer I would like to use
Attribute Accumulation (…”AREA SUM; CITY FIRST; POSTCODE FIRST; COUNTRY
FIRST”…). I will need these information as a final score. Maybe is here someonebody
who could help me?