3.20Strings
You'll frequently need basic cleanup.
Example:
upper(payload.state)
could turn:
fl
into:
FL
Other concepts you'll encounter include:
lower
trim
upper
replace
splitBy
joinBy
You don't need every function memorized.
What matters is recognizing:
“This is a transformation problem; I'll solve it in DataWeave rather than creating ten Mule processors.”