One of the input files of my model has been changed and with it the name of the attributes. The old name was DATUM_STRT, the new name is BEGINDATUM. I placed an AttributeRenamer as the first transformer in the model. According to the writer files, the old attributename kan be filled (green arrow).
At the end of the translation the log states that DATUM_STRT cannot be filled, so the item is dropped. Result is that nothing is written as output altough the model results in multiple outputs. All the lines are dropped:
FileGDB Writer: The `DATUM_STRT' attribute could not be written. The containing feature has been dropped
... Last line repeated 3707 times ...
Am I missing something?