Hi,

We are going to add following operations to the data mapper. These updates
will be added to the Data Mapper Graphical Editor inside ESB tooling.

Boolean:

   - AND (Boolean, Boolean) : Boolean
   - OR  (Boolean, Boolean) : Boolean
   - NOT (Boolean) : Boolean

Conditional:

   - If Else

String

   - String Length (String) : Number
   - Starts with (String, String) : Boolean
   - Ends with (String, String) : Boolean
   - Substring  (String, Number, Number) : String


Following operations are already included,

Common

   - Constant

Arithmetic

   - Add (Number, Number) : Number
   - Subtract (Number, Number) : Number
   - Multiply (Number, Number) : Number
   - Divide (Number, Number) : Number
   - Ceiling (Number) : Number
   - Floor (Number) : Number
   - Round (Number) : Number
   - Set Precision (Number, Number) : Number
   - Absolute Value (Number) : Number

String

   - Concat (String, String, String) : String
   - Contains (String) : String
   - Split (String) : String[]
   - LowerCase (String) : String
   - UpperCase(String) : String


You can refer [1] for more information and we have mentioned  other
possible functionalities that can be included as well in the document.
Please update the document for further requirements.

[1].
https://docs.google.com/a/wso2.com/spreadsheets/d/1uDLkH-_Ce2YJUSL6QoP_i_PU7jzMBJzF2mCrhSo8q-A/edit?usp=sharing

Thanks,

-- 
*Eranda Rajapakshe*
Software Engineer
WSO2 Inc.
Mobile : +94784822608
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to