Forum Discussion

TomLU123's avatar
TomLU123
Icon for Helper III rankHelper III
8 years ago
Solved

Validate the Name Format in the Dataset

Dear Experts, 

 

I am building a report to validate the Name Format in a data set. 

The correct name format should be "First Name + Space + Last Name" (e.g. Tom Lu)

Any of following formart is invalid:

  • If there is no space between First Name and Last Name, it is invalid. 
  • If there is space within the First Name, it is invalid. 
  • If there is no Last Name, it is invalid. 
  • If there is no value, it is invalid. 
NameValidation Result
Tom LuValid
AndyWuInvalid
Mei Xin WuInvalid
SmithInvalid
 Invalid
Jim WongValid 

 

Is it possbiel to create a custom column to achieve it?

Many thanks!

1 Reply