PDA

View Full Version : comma (,) separating datas



Agamalizard
03-22-2005, 03:58 PM
Please does anyone know any free software I could use to comma-separate datas in a text file (.txt).

e.g. to change this;

sample
test
guys
good
USA

To this;

sample,test,guys,good,USA

I will appreciate any information.

Oregonian
03-23-2005, 06:59 PM
Please does anyone know any free software I could use to comma-separate datas in a text file (.txt).

e.g. to change this;

sample
test
guys
good
USA

To this;

sample,test,guys,good,USA

I will appreciate any information.

Write it yourself in C, C++, VB, Java, Java script or any language you know. It will be a piece of cake.

Snee
03-23-2005, 07:02 PM
Write it yourself in C, C++, VB, Java, Java script or any language you know.
English? :unsure:

That's the only one I know he/she knows.

ilw
03-24-2005, 12:10 AM
MS word? if you use the replace function

Agamalizard
03-24-2005, 01:17 AM
The replace function can only to change this;

sample
test
guys
good
USA

To this (only if there are highlightable spaces after the last alphabets of the words);

sample,
test,
guys,
good,
USA,

But that is not what I want. To make my request clearer;

I just want a program that could separate datas in a text file, with commas (,). The result file should not contain any paragragh, space or any other attributes but just only comma separated datas.

Thanks for any suggestions.

ilw
03-24-2005, 02:43 PM
word can change pretty much anything into anything else, it uses special characters to achieve this.

Open up replace, click on the more button and then the special button, the one you want is paragraph mark which i think is ^p

Agamalizard
03-24-2005, 09:57 PM
word can change pretty much anything into anything else, it uses special characters to achieve this.

Open up replace, click on the more button and then the special button, the one you want is paragraph mark which i think is ^p


My friend, may the almighty God bless you forever!!. You have really solved a problem that ate right deep into my medular oblongata these few days. Imagine how simple it was for you to solve. Knowing solution to a problem is one thing, giving out simple and best description of the solution is another. Which you did. Thank you very much.

To other guys who tried in one way or the other to help me as well, I say, THANK YOU.