Click here to Skip to main content
15,923,557 members
Home / Discussions / C#
   

C#

 
QuestionMerge Video File Pin
pichan8128-Jul-06 1:14
pichan8128-Jul-06 1:14 
AnswerRe: Merge Video File Pin
stancrm28-Jul-06 1:32
stancrm28-Jul-06 1:32 
QuestionBest way remove item from array list Pin
El'Cachubrey28-Jul-06 0:50
El'Cachubrey28-Jul-06 0:50 
AnswerRe: Best way remove item from array list Pin
stancrm28-Jul-06 0:57
stancrm28-Jul-06 0:57 
AnswerRe: Best way remove item from array list Pin
gnjunge28-Jul-06 1:00
gnjunge28-Jul-06 1:00 
GeneralRe: Best way remove item from array list Pin
El'Cachubrey28-Jul-06 1:45
El'Cachubrey28-Jul-06 1:45 
AnswerRe: Best way remove item from array list Pin
Ravi Bhavnani28-Jul-06 2:38
professionalRavi Bhavnani28-Jul-06 2:38 
Questionhow to split CSV file Pin
YogeshRT27-Jul-06 23:59
YogeshRT27-Jul-06 23:59 
Hello I have a CSV file which contains matters like

"Title","First Name","Last Name","Address","City"
"Mr.","Yogee","Talokar","007,A-Wing,M.G road","Pune"
"","Radhika","Talokar","007,A-Wing,M.G road","" etc.
I wana to split it & seperate First Name,Last Name,Address,City etc,.
I tryed it by using delimiter ","
but it also split "007,A-Wing,M.G road" like
007
A-Wing
M.G road

I dont want to split "007,A-Wing,M.G road" ,bcos I have to count no. of strings.

is there is any other way to split it Like

"Yogee""Talokar""007,A-Wing,M.G road"
"Radhika""Talokar""007,A-Wing,M.G road"









-- modified at 5:59 Friday 28th July, 2006

Yogesh_T

AnswerRe: how to split CSV file Pin
gnjunge28-Jul-06 0:44
gnjunge28-Jul-06 0:44 
GeneralRe: how to split CSV file Pin
YogeshRT28-Jul-06 0:57
YogeshRT28-Jul-06 0:57 
GeneralRe: how to split CSV file Pin
gnjunge28-Jul-06 1:07
gnjunge28-Jul-06 1:07 
AnswerRe: how to split CSV file Pin
stancrm28-Jul-06 0:45
stancrm28-Jul-06 0:45 
AnswerRe: how to split CSV file Pin
darkelv28-Jul-06 2:54
darkelv28-Jul-06 2:54 
GeneralRe: how to split CSV file [modified] Pin
YogeshRT1-Aug-06 21:54
YogeshRT1-Aug-06 21:54 
QuestionComputer Impersonation Pin
Baz27-Jul-06 23:54
Baz27-Jul-06 23:54 
AnswerRe: Computer Impersonation Pin
J4amieC28-Jul-06 0:17
J4amieC28-Jul-06 0:17 
QuestionHow to suppress a scroll bar Pin
jjansen27-Jul-06 23:54
jjansen27-Jul-06 23:54 
AnswerRe: How to suppress a scroll bar Pin
jjansen30-Jul-06 20:38
jjansen30-Jul-06 20:38 
GeneralRe: How to suppress a scroll bar Pin
amymarie318-Sep-06 10:04
amymarie318-Sep-06 10:04 
Questioninvoke php script with c# Pin
Legolas_Bilbao27-Jul-06 23:51
Legolas_Bilbao27-Jul-06 23:51 
QuestionHow to upload video Pin
saurabh.sharma27-Jul-06 23:50
saurabh.sharma27-Jul-06 23:50 
AnswerRe: How to upload video Pin
stancrm28-Jul-06 0:24
stancrm28-Jul-06 0:24 
GeneralRe: How to upload video Pin
saurabh.sharma28-Jul-06 1:47
saurabh.sharma28-Jul-06 1:47 
GeneralRe: How to upload video Pin
cje28-Jul-06 9:25
cje28-Jul-06 9:25 
QuestionHow to Close a dialog Launched in another Thread Pin
Mursil27-Jul-06 23:34
Mursil27-Jul-06 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.