I am creating a FME server app that reads shapefiles, applies some spatial analysis and then writes the results out to shapefile and an excel.
Input shapefiles however will have varying schemas/attributes. The source I have set as a user parameter, that will prompt the input shapefile path.
How do I get my reader to process/read varying schemas? I have ticked 'Merge Feature Type' on the reader. I assumed this would adjust the user attributes dynamically based on the input, but the schema remains fixed to the shapefile I set the bench up with.