How a String can be converted to BigDecimal(java.math.BigDecimal) type?
I have an input value as a string which is actually a number. I need to pass it to a JDBC adapter service which is accepting only java.math.BigDecimal type.
How a string can be converted to date type. It is not just formatting the string structure, but the data type needs to be changed as a JDBC adapter service is expecting a date type as input.
Are there any sevices available to achieve the above two or do we need to write java services?
Thanks Vikas for your help.
I used the below services as suggested by you.
WmTransformationServices:StringToDate
WmTransformationServices:StringToBigDecimal
Even I have the same requirement as Ravi Varma. I tried searing for the package WmTransformations on SAG Tech community and on google but I am unable to find this package.
Can you please share me the path where I can download the package.