I have a feature class in a file geodatabase that I need to write to a hosted feature service that has different schema. Is there a way extract the values, modify them to match the other schema values, and update the feature service?
Page 1 / 1
If it is a large schema, the SchemaMapper would be your best bet. It references an external lookup table (usually CSV or XLS), and allows you to create the schema that would match your hosted feature service. You still have to build the external lookup table unfortunately.
https://docs.safe.com/fme/html/FME-Form-Documentation/FME-Transformers/Transformers/schemamapper.htm
If there are only a few attributes, you could use an AttributeManager or AttributeCreator to create the attributes of the feature service with the values of the file geodatabase.