Today I was helping one of the users in my organisation with some code in a PythonCaller.
The value returned by fmeobjects.FMEFeature.getAttributeType — Python FME API FME 2023.0 b23309 documentation (safe.com) is an integer.
The list of possible values is defined by the list of constants here Features — Python FME API FME 2023.0 b23309 documentation (safe.com)
What I am missing is which constant represents which integer value.
Are these available somewhere?
This would have been helpful understanding me and my user what was happening.