Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Email Validation in talend

 how to verify that the email address column's  data is having @ or [.] if not then load rejected data on diferent table.

please help!!

Labels (2)
11 Replies
Anonymous
Not applicable
Author

Hello TRF,

 

Thanks for the Email Validation code.

 

I am using for the same reason in my peoject but there is something going wrong with this. getting error.

will you help me ?

 

Error : The public type checkEmail must be defined in its own file

 

screen shot is attached.

 

 

 


Error in Code..PNG
MaheswarReddy
Contributor III
Contributor III

Hi @Shri_Kul1 ,

 

You need to give the same name of the routine and the class ,

 

You have given as different names

 

CheckeMail 

checkEmail

 

Please update , it will work.

 

Thanks,

Mahesh