I need to create an annotation feature class in a file geodatabase (FGDB) from input data holding attributes like label alignment and rotation.
For some reason, the rotation angle of the text labels is not stored in the FGDB while the other attributes are.
According to the documentation (https://docs.safe.com/fme/2020.0/html/FME_Desktop_Documentation/FME_ReadersWriters/geodatabase/Feature_Representation.htm, section "Annotation Attributes"), the attribute "geodb_text_angle" can be used to specify the angle for the label. It should be measured in degrees, so I assume values between 0 and 360 are sensible.
However, while a non-zero value is present in the attribute "geodb_text_angle" just before the writer, the "Angle" is then 0 in the FGDB.
I have a simple workspace that demonstrates the issue. It just creates one feature, sets some annotation related attributes and then writes an FGDB. The issue is persistent.
I am using FME Workbench 2020.0.2.1 (Build 20238)