Skip to main content
Question

Does FME have a transformer that reproduces the T-SQL COALESCE function?

  • December 8, 2020
  • 1 reply
  • 173 views

nedwaterman
Contributor
Forum|alt.badge.img+9

I have multiple columns with nulll / no null data and a transformer that does this would be very useful.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

david_r
Celebrity
  • 8392 replies
  • December 8, 2020

Have a look at the NullAttributeMapper transformer, it will let you reproduce the functionality of the COALESCE function.