Hello,
I am trying to use Alteryx to read text files as inputs, reclassify and rearrange the data into new fields, and output the workflow as a tab delimited text file. There are some columns with null values, and I would like them to output as blank fields. However, I am currently getting an output of a blank string ("") for each of those values. Is there any way to output null values as blanks instead of a blank string?