I built a model builder to automate a process I run weekly. It's a few tools running after each other and then two sources are merged in a spatial join and then table to table is run to get a csv output. When I run the model, the text columns in the output return no value, they are empty. These columns are not calculated in the process, they're included with the input. But the column I'm calculating in the process is coming out with correct values. however, all other text data that is an input for the model is not coming out in the output, but I need it. I'm not sure what the issue here with the model. Any tips or advice would be highly appreciated.