This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Greetings!
Is there a way we can use the mapper to remove “upperlimit” key value from the document, whenever “ApprovalType”==“Greater than equal to” and ignore it if “ApprovalType”==“Between”??
Appreciate your help!!
Thanks,
F.
Greeting!
Is there a way we can skip faulty records which has special symbols as it fails the whole file while using the CSV parser.
The highlighted record is the one which needs to be removed, or any records which has special symbols which are not ...
That worked!! Thank you @j.angelevski
Also, is it possible we can map the upperlimit to the lowerlimit?
so that whenever, ApprovalType ==“Greater than equal to”, $lowerlimit should have the value of $upperlimit which works along with the filter out o...