ContributionsMost RecentMost LikesSolutionsRe: Remove json key value from document based on condition That worked perfectly! Thank you so much! 😀 @j.angelevski Re: Remove json key value from document based on condition 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 of upperlimit. Appreciate your help @j.angelevski 😀 Thanks, F. Remove json key value from document based on condition 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. SolvedRe: Skipping faulty records in tab delimited file Thank you! that works! Skipping faulty records in tab delimited file 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 accepted by CSV parser. Appreciate all your help! Thanks, F. Solved