Forum Discussion
bojanvelevski
5 years agoValued Contributor
The data format you are streaming is wrong. The data in this pipeline is a re-formated sample from your data.
EmailValidation.slp (3.3 KB)
That work quite great!! thanks a lot
would there be anything required to filter out below types of id’s also ?
complex domains such as country identified like @in.company.com- bojanvelevski5 years agoValued Contributor
Update the regex with this one, this is much more precise. There are edge cases which the previous regex can pass, this one won’t. About the complex domains, it would take much more regex tweaking, because after all , these domains are regular, correct, only more complex than the others.
Email Validator2_2021_05_21.slp (3.5 KB)