Jazztronik
05-20-2008, 04:48 AM
For instance, if I got this txt file:
name\t John Silver\n
e-mail\t johnsilver@hotmail.com\n
phone\t 234 123 321\n
the \t's and \n's are not there actually, but they represent tabulations and ends of line. What I want is to separate the important data (in 2nd column) by using them as delimiters, instead of using characters like ";" or ",",....
What do you think would be the most proper solution?
name\t John Silver\n
e-mail\t johnsilver@hotmail.com\n
phone\t 234 123 321\n
the \t's and \n's are not there actually, but they represent tabulations and ends of line. What I want is to separate the important data (in 2nd column) by using them as delimiters, instead of using characters like ";" or ",",....
What do you think would be the most proper solution?