I am working on a flow that "Cleanses" data so it can load into our system properly. Some columns have data in some rows but other rows are empty. The Output results with "NULL" in these empty cells and I need these cells to remain empty.
I used the 'Replace Nulls - Replace with Blanks (String Fields)' and the columns that are completely empty remain empty, my issue is with the columns with a mismatch of empty and populated data.
Is there a way I can return nothing within these empty cells?
Thanks,
Regina