I have a requirement to modify the list attribute generated on schema port.
Lets say my schema scanner have default attributes name, fme data type and native data type.
I want to look on name attribute and find any of its elements have OBJECTID string and remove if it is present.
I try to modify list attributes using python caller. It modifies the list elements when I overwrite using feature.setAttribute method it is not working and returns original schema attributes unmodified.
Any help using python would be highly appreciable.