Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 My_Rebecca
		
			My_Rebecca
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Text: 2023.06.25
How to turn to date format?
 Gabbar
		
			Gabbar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		please use Date# like, if that is the format of your text date in a field named Field_Text try:-
Load: 
Date(Date#(Field_Text,'YYYY.MM.DD')) as Field_Date 
from source;
 Gabbar
		
			Gabbar
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		please use Date# like, if that is the format of your text date in a field named Field_Text try:-
Load: 
Date(Date#(Field_Text,'YYYY.MM.DD')) as Field_Date 
from source;
