Skip to main content
Solved

Missing, null and empty string

  • September 16, 2016
  • 1 reply
  • 762 views

lazarlubomir
Contributor
Forum|alt.badge.img+10

Hello, Im still thinking about differences between attribute status... I understand difference between empty string value of attribute and null value of attribute, but what does "missing" value of attribute really mean please?

Thank You so much for explain!

Best answer by david_r

Missing means that the attribute does not exist at all on that feature.

More info on FME null handling here: https://knowledge.safe.com/articles/21423/how-does-fme-handle-null-attribute-values.html

In short:

  • Empty – The attribute exists and has an empty string as its value.
  • Null – The attribute exists and has a value of null.
  • Missing – The attribute does not exist.
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
  • Best Answer
  • September 16, 2016

Missing means that the attribute does not exist at all on that feature.

More info on FME null handling here: https://knowledge.safe.com/articles/21423/how-does-fme-handle-null-attribute-values.html

In short:

  • Empty – The attribute exists and has an empty string as its value.
  • Null – The attribute exists and has a value of null.
  • Missing – The attribute does not exist.