Standardize
Trying a standardization rule on a value before you apply it to real data.
Standardize a value
Runs the configured standardizers over a value and returns the canonical form. Requires `standardize.execute`.
Preview standardization
Shows what a value would become without storing anything. Use it to check a rule's effect on real input before applying it — particularly for address parsing, where the outcome is hard to predict from the configuration alone. Requires `standardize.execute`.