I'd like to replace replace the character ";" in a .csv file with a Carriage Return and a Line Feed using Notepad++'s Search and Replace. Is that possible, and if so - how?
I tried copying the <cr> <cf> characters into "replace" field and I tried entering "\n\r" but neither worked.
Thanks a lot for your help!
Jay
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Okay, sorry folks for bothering you with the question - found the solution myself pretty soon afterwards. Ctrl-M in the advanced search and replace was all I needed...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'd like to replace replace the character ";" in a .csv file with a Carriage Return and a Line Feed using Notepad++'s Search and Replace. Is that possible, and if so - how?
I tried copying the <cr> <cf> characters into "replace" field and I tried entering "\n\r" but neither worked.
Thanks a lot for your help!
Jay
Okay, sorry folks for bothering you with the question - found the solution myself pretty soon afterwards. Ctrl-M in the advanced search and replace was all I needed...