Is there a difference in performance when it comes to working with Missing vs Null values in FME?
I'm working with some database tables which have a lot of null values. The output is something like JSON so In the end I want the null values to be missing in the output rather than a null or an empty string.
but when it comes for manipulating the data is there a difference between missing and null values?