Skip to main content

Hi @asapnet, every feature holds its feature type name as a format attribute called fme_feature_type, and you can overwrite its value with a transformer if necessary.


@takashi I'm aware of the fme_feature_type attribute, but in my experience, simply changing its content won't transfer the originally-read schema to the new name so that the writer can find it. And I can't use SchemaSetter to fix because it adds ALL attributes to the schema, not just those in the originally-read schema.


It should be reasonably simple to set the schema to the original feature type and the output to a new name, the trick is to set the schema definition to the original feature type, not the default output name.


It should be reasonably simple to set the schema to the original feature type and the output to a new name, the trick is to set the schema definition to the original feature type, not the default output name.

@jdh That did the trick, thanks!

Reply