When running the Pivot Table tool, I end up with blanks (" ") instead of NULLs.
I'm curious if this is the expected behavior of the tool, or if I'm missing some setting somewhere.

This is a problem because the next step in this workflow is to calculate Summary Statistics (Count) of values in each of these fields, and Count treats blanks as valid values.
I realize I can loop through all the fields and change the blanks to NULLs and will do this as a last resort.
Any advice would be greatly appreciated.