dbTalk Databases Forums  

Help with Excel data pump

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Help with Excel data pump in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andy
 
Posts: n/a

Default Help with Excel data pump - 11-15-2005 , 09:31 AM






I am having problems importing text values from an Excel file. Numeric
fields are loading fine, however. Below is what my spreadsheet looks like

APP_AGE
1 1
2 2
3 3
4 4
5 5

I am doing a straight copy column into a table and the fields are of type
varchar for the first column and int for the 2nd column. In the table my
data is looking like this

NULL NULL
1 1
2 2
3 3
4 4
5 5

Why am I have troubles importing any text values? Any help is appreciated.

Thanks

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Help with Excel data pump - 11-15-2005 , 02:32 PM






Probably because of this

Excel Inserts Null Values
(http://www.sqldts.com/default.aspx?254)


Allan



"Andy" <Andy (AT) discussions (DOT) microsoft.com> wrote


Quote:
I am having problems importing text values from an Excel file. Numeric
fields are loading fine, however. Below is what my spreadsheet looks
like

APP_AGE
1 1
2 2
3 3
4 4
5 5

I am doing a straight copy column into a table and the fields are of
type
varchar for the first column and int for the 2nd column. In the table
my
data is looking like this

NULL NULL
1 1
2 2
3 3
4 4
5 5

Why am I have troubles importing any text values? Any help is
appreciated.

Thanks


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.