Manigandan
4 years agoNew Contributor II
Need Help in Logic
Hi All,
My input is 123.45 → i should transform as 12345
123.456 then i should transform as 12345 should include only two characters after decimal point.
thank you in advance!
@Manigandan: I will personally go with @bojanvelevski’s approach as it is less overhead on the system and easy to troubleshoot for other developers when you’re not working on that pipeline anymore.
Thank you @bojanvelevski for sharing that.