How do I trim leading or trailing spaces from input data? What is the formula?
Thank you.
Solved! Go to Solution.
There are three functions:
You can use a formula tool to trim a single field and either override the original or store in a new field, e,g.
TRIM([TextField])
Or you can use a multi-field formula to do all at once.
TRIM([_CurrentField_])
If you untick Copy Output Fields ... it will override the original,
Thank you.
THANKS
I just used the Multi-Field and cleaned a whole score of fields - magic.