Viewing 15 posts - 121 through 135 (of 206 total)
You say that the file is exported from Excel. Do you see any strange charaters in a
cell in Excel? Clear the content and try again. If strange characters what is...
March 13, 2009 at 8:21 am
Kierian
Thsi is strange. Du you have an example of the file?
Publish the exempel so we can look at it.
/Gosta
March 12, 2009 at 12:18 pm
Kieran
"I have a CSV file which has been generated from an Excel Spreadsheet."
Why not go around the problem and save the Exel Spreadsheet as a TAB
separated text file and use...
March 12, 2009 at 5:49 am
Thank you all for interesting comments in this thread.
We do have different experiences and what works for one
of us may be doesn't work for another of us.
I have been working...
March 8, 2009 at 12:57 pm
Robert
Why not use bulkinsert to a staging table with one field and then select substring(field,x,y) etc to
get out the individual fields in the textfile.
I started to use SSIS but run...
March 7, 2009 at 2:47 am
My advice is to save the Excelfile as a TAB sep textfile and import that file to a staging table
to clean the data (if needed)
/Gosta
February 3, 2009 at 8:40 am
Dvora
As happycat describe the issue this is a common problem importing Excel files using DTS.
What you can do is to save the Excelfile as a tab sep textfile and then...
January 12, 2009 at 2:10 am
Gerald
Instead of using DTS have you considered using BULK insert in a table tab1 with just one field fieldname type varchar or nvarchar.
When creat a table tab2 with all the...
December 29, 2008 at 3:02 pm
Pat
I cannot see any way to import the file as it looks in your example without some kind of
"washing". And I don't think you will do that manually each time.
Try...
December 19, 2008 at 8:45 am
Pat
I looked at your file. Is it just a one time shot or will you have more files of the same kind to
import?
I will as SteveB says use...
December 19, 2008 at 2:13 am
"Gosta,
I agree that automating the client was one of the solutions I had in mind, that's how I started (using SQL / doing BI stuff) as well!
I don't think this...
December 9, 2008 at 4:43 am
"First, let me say that this is a well done article. I will join with others in saying that using Ole automation with excel is rarely the best answer,...
December 8, 2008 at 12:01 pm
"Nice article... I love it when things like this are well laid out and to the point. They key here is not whether some of the "religion" about this...
December 7, 2008 at 5:15 am
"whats the coding to put an excel file data into a MS access table?
The table name would be "apciti"
The field names are... PMCO, PMLOC, PMIPMT, PMEPMT, PMEDOC, PMCURI, PYORPM, PYDATE,...
December 4, 2008 at 5:20 am
You can do this with a macro VBA code in Excel:)
This is a simplified! code there a user within a company network
or outside if the database is accessible can update...
December 4, 2008 at 2:49 am
Viewing 15 posts - 121 through 135 (of 206 total)