Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All
I do a data type Big decimal which is coming from file
and the Data in it as below
| data |
| 10.5 |
| 20.1 |
If the data is source has above 20, it should give warning message stating that "this data is above 20"
how Can we achieve it, and the out put warning message datatype is string array/ string, and the input i need to use to generate the required output data type is Bigdecimal
Thanks
Manish
This is what you want:
Did it help?
If so, thank's to mark your case as solved
(Kudos also appreciated)
This is what you want:
Did it help?
If so, thank's to mark your case as solved
(Kudos also appreciated)
@TRF Thanks it worked out exactly as per my requirement