Hi,
I need some help with the followijng issue..
I need to import a csv file uploaded to a website into the database, the uplaod works.. but the import gives errors..
I use data = Split(readline,"," to split the readline from the csv into an array, that is where it goes wrong :S
The csv file looks like this:
"id","what","misc","date"
"1","record,1","data334345","11-11-2002"
Who can help me with this ??
Thanx
Lon
I need some help with the followijng issue..
I need to import a csv file uploaded to a website into the database, the uplaod works.. but the import gives errors..
I use data = Split(readline,"," to split the readline from the csv into an array, that is where it goes wrong :S
The csv file looks like this:
"id","what","misc","date"
"1","record,1","data334345","11-11-2002"
Who can help me with this ??
Thanx
Lon