I have a process creating a file from the data within a couple of MsgBuilder nodes. Those MsgBuilder nodes, depending on the week, may or may not have data present. When there isn't file present in some of those MsgBuilder nodes, the file writes with a blank line. I'd like to eliminate that line (basically not have the MsgBuilder node not write to the file when no data is present), but the only way I've found to do that so far is via branch nodes, which quickly becomes overwhelming when you have 6 MsgBuilder nodes that are all independent of each other. Is there a better way to do this?