-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 7.3.1
-
Component/s: Data Transformation
-
Sprint:Sprint 2, Fuse 6.2.1 / JBDSIS 8.0.4
Users are forced to implement a custom mapper for trivial data manipulation tasks today (e.g. substring, trim, toLowerCase, etc.). It would be nice if we had a set of "built-in" functions that the user could select from within the UI instead of implementing a custom mapper. In terms of ideas for which built-in functions to start with, I would check out the methods on java.lang.String - many easy and useful methods to choose from.