Notepad++ Merge 2 lines into 1 line
Choose Edit → Line Operations → Join Lines from the menu or
Select the lines & press Ctrl + J --> Easiest option :)
Use the extended replace functionality and replace "\r\nname" with " name"
Substitute appropriate line ending characters for \r\n depending on the file.
If it is from windows, use \r\n
If it is from unix, use \n
If it is from mac, use \r