Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 mohanrao123
		
			mohanrao123
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi All,
I tried to load excel data one column name description column data JPMORMAN CHASE & CO but I am getting data only CO.
I need JPMORMAN CHASE & CO I have attached sample data any one help me.
 edwin
		
			edwin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		use the file load wizard. when i loaded your file (in the load script menu: INSERT>LOAD STATEMENT>INSERT FROM FILE):
LOAD Descrption,
Ticker
FROM
[C:\Users\XXXXX\Downloads\sAMPLEDATA1.xlsx]
(ooxml, embedded labels, header is 5 lines, table is Sheet1);
i get this:
or show your script (just the load part for the XLS).
 edwin
		
			edwin
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		use the file load wizard. when i loaded your file (in the load script menu: INSERT>LOAD STATEMENT>INSERT FROM FILE):
LOAD Descrption,
Ticker
FROM
[C:\Users\XXXXX\Downloads\sAMPLEDATA1.xlsx]
(ooxml, embedded labels, header is 5 lines, table is Sheet1);
i get this:
or show your script (just the load part for the XLS).
.png) Brett_Bleess
		
			Brett_Bleess
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Believe the issue would most likely be related to the & character in that line being interpreted, but it appears if you follow @edwin that should take care of getting the correct settings into the load statement to avoid that issue.
Regards,
Brett
