Topic profile page for Comma Separated Values.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Comma Separated Values.
Topic "Comma separated values" was discussed 601 times on 193 sites in last 3 months
Started 2 weeks, 5 days ago (2009-11-13 14:53:00)
by FredSQL
Hi, There are lots of split functions that can split up a comma separated string, has anyone got one that can handle text qualifiers. I have some strings such as 1,3,Mr,Fred,Bloggs,"4 High Street, Manchester" I need to keep the last part 4 High Street, Manchester in one row. thank you
Started 2 weeks, 2 days ago (2009-11-16 14:59:00)
by Adam Haines
Hi Adam, I am not in charge of what I am given (in terms of data in the csv file), so it would be dangerous to assume i can replace all commas with a pipe. Melissa's answer provided the stimulus I needed to work out what I had to do. Fred, I did not propse that you change all the commas in the string at all. That is a dangerous proposition. If you look at the code posted, you will ...
Started 1 month ago (2009-10-30 11:19:00)
by akhtar.bhat
Hello friends, I need ur help.I want to write a script. The script should read contents from a file namely xyz. e.g xyz abcd,1234,efgh,7854378 dhnsa,dsakjkdl,43432,ZXDsa the script should store comma (,) seperated values in different variables. Once pointer will reach end of line (), it should again store new values of next line in same variables. Advance thanks for ur help !
Started 2 months ago (2009-09-29 00:07:00)
by phphunger
Hi, Can anyone tell me that how to insert the multiple comma separated values of Text Area field in MySQL database using php. As i want to take each value from the Text Area and then insert into the MySQL one after one. Can anyone provide small code for this. Thanks in advance.
Started 2 months, 2 weeks ago (2009-09-15 13:55:00)
by yomero
Array from 1 cell with comma separated values How can I convert comma separated values within 1 cell into an array? A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T Thanks
Started 3 months ago (2009-09-02 23:43:00)
by deepa.karthik@l...
hi, i want to pass a comma separated string to get in a data set .Below is the code Error starting at line 1 in command: begin read_array('1,7,A,V'); end; Error report: ORA-20001: comma-separated list invalid near V ORA-06512: at "SYS.DBMS_UTILITY", line 196 ORA-06512: at "SYS.DBMS_UTILITY", line 216 ORA-06512: at "ODM.READ_ARRAY", line 8 ORA-...