Skip to main content
Question

Schema Drifting Issue

  • February 11, 2026
  • 1 reply
  • 36 views

aashnaparikh
Contributor
Forum|alt.badge.img+3

Hi, What is the best way to manage the schema drifting issue?

 

Context: Currently the user uploads an Excel File through Workspace apps, and the file contains multiple attributes where the attribute names can change anytime. ID can be reported as Id, Identifier, id, ID. 

What is the best way to map and standardize these attributes ?

1 reply

crystalwang
Safer
Forum|alt.badge.img+19
  • Safer
  • February 19, 2026

Hi ​@aashnaparikh,

Thank you for posting your question on the FME Community!

If your workflow expects a defined output schema and uploaded Excel files need to conform to it, the SchemaMapper transformer is a great approach.

You can create an external lookup table (for example, a CSV file) that maps variations of attribute names to standardized names (e.g., ID, Id, Identifier → id). SchemaMapper will then automatically rename incoming attributes to match your target schema.

These resources provide helpful guidance on setting it up:

Hope this helps!