Hi Rahul,
Within your mapping, you can add UDF's like,
if(XYZ==some particular value)
throw new RuntimeException("Invalid value of XYZ"+XYZ);
else return(XYZ);
Hi Rahul,
Within your mapping, you can add UDF's like,
if(XYZ==some particular value)
throw new RuntimeException("Invalid value of XYZ"+XYZ);
else return(XYZ);