Help my mind has gone blank. I am trying to sort out some data so I can import it easilt into a spreadsheet and then a DB and can't remember how to do the following easily. Change the file in format.
hello, test, hello2, test2
into the following format
hello
test
hello2
test2
i.e. all i want to do is search and replace ', ' with a new line character.
Any help will be good to help my mental block.
Thanks
hello, test, hello2, test2
into the following format
hello
test
hello2
test2
i.e. all i want to do is search and replace ', ' with a new line character.
Any help will be good to help my mental block.
Thanks