Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi
is this syntax correct ? The text marked in bold is used as wild card but its not working why?
Is that throwing any error?
 
					
				
		
yes.
 prma7799
		
			prma7799
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		what error you are getting
Okay, What ever you are showing is absolutely correct accord to me. But, When we load using * it has multiple sheets involved where we are looking. So, I believe the format of schema and/or data structure should be same like field names extra..
 
					
				
		
 avinashelite
		
			avinashelite
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think all the files doesn't have the same structure ....check the sheet names and columns once
 prashantsanchet
		
			prashantsanchet
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hope this will help.
Set vFolder = 'D:\Data\Master';
Load
from
$(vDirectory)\Master_*.xlsx
;
';
 its_anandrjs
		
			its_anandrjs
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Here wildcard * means loading all file that are start with Master..... and file extension should be *.xlsx and the sheet name should be Sheet1 also folder location should be same D:\Data\Masters\. So please check all this ok.
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		can you share the screen shot of the excel filenames in the folder where you are extracting?
 
					
				
		

