Andee, I am unable to reproduce your problem. I created a table as follows:
create table andee (nodeid integer, seq integer, language varchar(10),
value varchar(40))
I then copied the sample data you provided to Notepad and saved as an ascii
file. I was then able to import the data into the table and the accented
"o" appears just as it was in your newsgroup posting. I would probably
need your original .csv file to try to reproduce your problem.
Have you tried doing a copy and paste from your original .csv file to
Notepad and then saving and loading from that?
------
Dwayne Lanclos
Microsoft SQL Server Support
Please reply only to the newsgroup so that others can benefit.
When posting, please state the version of SQL Server being used and the
error number/exact error message text received, if any.
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Quote:> > What is the code page of your SQL Server 7.0? (run sp_helpsort) If I
had
> > an example of your data and the table you are trying to load, I might
be
> > able to help you. Have you tried BCP?
> > ------
> > Dwayne Lanclos
> > Microsoft SQL Server Support
> Hi Dwayne,
> All I'm trying to do is load up a spreadsheet that contains data
> similar to the following:-
> NodeId Seq Language Value
> 0 4 SP Fecha memorable (dd/mm/aaaa)
> 200 8 SP Valoracin en
> One of the things that is making it slightly more complicated is the
> contents of the 'value' column. Some of these cells contain CR/LF
> within the data & also , " & '. I've tried saving the spreadsheet as
> Unicode .txt, ms-dos .csv & a multitude of other ways but always run
> into either it not translating the Spanish characters correctly when
> using the SQL server import wizard or it not correctly handling the
> CR/LFs.
> I don't know what you mean by BCP - I'm a very novice SQL Server user!
> Thanks again,
> Andee