I am using the Combine Column node but when exactly one of the two input columns is a null the output contains a "?" instead of a null. I also tried using the Java Snippet node and returned $A$+$B$ but then I either get a null output cell or if "insert missing on null" is checked then the out put string looks like "nullA". I can add another node to strip the ? or null but this seems like a lot of work for what should be a simple string concatenate that, e.g., Excel will do just fine.
I guess I could add code in the Java snippet to check for null and return only the one string but again that seems like a lot of extra work (plus I was having trouble getting that code to work when I tried it).
Thanks for any options I might have missed.