I am running a process using schema mapper to load data into an existing feature class. The problem that I am seeing in the translation is that FME is generating extra attributes that are not part of the schema of the featureclass that I am
When reviewing the log this is what I see:
"Value of feature type parameter 'GEODB_OBJECT_ID_NAME' for table/feature class 'Bridge' has been changed from 'OBJECTID' to 'OBJECTID_1' as it conflicted with user field name. Value of feature type parameter 'GEODB_SHAPE_NAME' for table/feature class 'Bridge' has been changed from 'SHAPE' to 'SHAPE_1' as it conflicted with user field name."
I added an attribute remover for the input files so that they didnt transfer over but I still get the OBJECT and OBJECT_1, SHAPE_Area1, SHAPE_Lenght1.
Any thoughts?