|  | @@ -120,6 +120,11 @@ namespace OASystem.API.Controllers
 | 
	
		
			
				|  |  |                              string words = item.words.Replace("\\n", "");
 | 
	
		
			
				|  |  |                              string values = dicHeader[j];
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +                            if (words.IsNullOrWhiteSpace())
 | 
	
		
			
				|  |  | +                            {
 | 
	
		
			
				|  |  | +                                continue;
 | 
	
		
			
				|  |  | +                            }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |                              if (values.Equals("Name"))
 | 
	
		
			
				|  |  |                              {
 | 
	
		
			
				|  |  |                                  if (Regex.Matches(words, "[a-zA-Z]").Count < 1)
 |