Remove Nulls, Maintain Data Structure

Is there a way to remove nulls while maintaining my original data structure?

@Justin_Dias You’ll need to replace the nulls with something if you want to maintain the data structure.
Here is an example where the nulls are replaced by empty strings

3 Likes

@Vikram_Subbaiah this is exactly what I needed, thanks for the help!

1 Like