Logging NULL Value in DataHub Database Tables
I'm encountering an issue where DataHub is logging 0 in my database table instead of NULL when I do not have anything being passed to it. How can I address this discrepancy and ensure that NULL values are accurately displayed?
In order to log NULL to a specific item inside of DataHub, you will want to set the Transform(x) to "nil"
When it comes to Gamma, "nil" serves as the equivalent to NULL.
Consider this example where the NullPlace column will display NULL within the table.
