Many times there is requirement to check if a property exist or not and based on that perform some logic or the other in the pipeline. In this example we are going to create a Record Manipulator which check Existence of property “demoProperty” and if it does not exist create one. Else if “demoProperty” is empty add a default value to it. […]