Columns to comma separated list?

dikkill

Power Member
Joined
Jul 27, 2011
Messages
560
Reaction score
127
Hi,

Anyone know how can i modify a column of keywords to comma separated keyword list?Manually will take ages :).
 
look up concatenate,
 

Using a Mouse Macro.

Do the first one by yourself and leave the rest to the mouse.
 
You can do that in excel. Do as mentioned here:
Code:
http://superuser.com/questions/240858/convert-a-column-into-a-comma-separated-list
 

Using a Mouse Macro.

Do the first one by yourself and leave the rest to the mouse.

dude, if neg rep was possible i would power slam u through the floor! lol, thats a terrible idea :)
 
in notepad plusplus , Press ctrl+f and choose extended mode . Replace \n with , .
 
i use this lil soft

Code:
http://download.cnet.com/CSVed/3000-2351_4-52868.html

You add your csv file (comma separated) and the software export it to excel format (tab)

regarts
 
i use this lil soft

Code:
http://download.cnet.com/CSVed/3000-2351_4-52868.html

You add your csv file (comma separated) and the software export it to excel format (tab)

regarts

I will say it again.. Really?

Did you ever try open the excel and then go to "import from text"?
 
Yupp that's a cool option too. Shud do it in one click.
in notepad plusplus , Press ctrl+f and choose extended mode . Replace \n with , .
 
Back
Top