Skip to main content
Question

Does FME2026.x change the way decimal numbers are recognized?

  • July 27, 2026
  • 0 replies
  • 8 views

davidlee
Supporter
Forum|alt.badge.img+8

In FME 2026.x, the way Double data types are identified seems to have changed. Decimal numbers are only recognized as double when using a period ('.') as the separator, whereas a comma (',') is not. This is quite unusual, unlike previous versions which worked perfectly fine with commas.

I believe the identification method in previous versions was more efficient. For large workspaces, it could save us from using additional Transformers to convert commas to periods. Moreover, since input data formats in different regions still use commas as decimal separators, keeping the old identification logic would be much more flexible.