I want to replace all fields in my document that only have one character. I know I want to use the Multi-Field Formula. How can I write an if, then statement for this?
The attached module look at all fields in your data set at replace the entries on length 1 with NULL. Is that what you are looking to do? This example module assumes all fields will be strings or numeric. If this isn't the case with your data set, you may need multiple Multi-Field tools but the idea remains the same.
The Multi-Field Formula will be configured like this
Are you looking to remove all columns that have length 1? Or are you looking to find all values in a data set that are of character length 1 and perform an action on them?
I'm looking to find values that ore a length of one character, and delete those fields.
This works splendidly! Thank you