
03-30-2004, 01:47 AM
|
|
Centurion
|
|
Join Date: Nov 2003
Location: uk
Posts: 174
|
|
csv trouble !
|
I have a .csv file which i use to import into a database.Some of the csv values have number values but mostly text. My problem is that when retrieving the records within the database i have Speech marks around the text.This is what the .csv file looks like:
23 , "hello" , "This" , "is" , "some" , "text", 12
No problems with the actual import of the data, but it does look horrible when when displaying on a form. Is there anyway i remove these speech marks, and would this be done after using the split() function.
Help much appriciated. thanks dave
|
|