In my nifi flow, I need to perform name standardization for a specific column. Examples include:
- Making name title case
- If it contain mc before something such as donald, make it McDonald and such other things.
How do I perform all of these in a single go in update record processor? Also, I dont see any function for making name titlecase in nifi expression language. I only see upper and lower. How do i build the logic? Do I need to make a custom property for this? Please let me know. thanks.