Hi everyone,
I'm working on an FME workflow that needs to process multiple Shapefiles. The challenge is that these files come with different schemas (different attributes, attribute names, etc.).
I’ve noticed that transformers like DuplicateFilter, AttributeExposer, DatetimeConverter, SchemaMapper... don’t handle these schema changes dynamically. That means every time a new Shapefile with a different schema is added, I have to manually update these transformers to accommodate the changes.
Is there a way to make this process more dynamic, so the workflow can adapt automatically to different input schemas without manual intervention each time?
Any tips or suggestions would be greatly appreciated!
Thanks in advance!