I have an excel which has few fields. I want to extract only those fields which has a special character ? in the values. I tried with the contains method in tmap without putting in condition for null but I am getting this NullPointer Exception as the fields also contain blank values in those fields.
Here are the excel file :
Here is the error screen :