I have looked at this question, and it's close to what I need to do, but the text I need to replace is inconsistent.
I need to replace "`r`n
with "
, but only the first of the 2 adjacent lines
example: (the full file is 50k lines and up to 500 chars wide)
ID,Name,LinkedRecords 54429,Abe, 54247,Jonathan," 63460|63461" 54249,Teresa, 54418,Cody, 58046,Joseph, 58243,David, ,Barry," 74330" C8876,Simon, X_10934,David,
should become
ID,Name,LinkedRecords 54429,Abe, 54247,Jonathan,"63460|63461" 54249,Teresa, 54418,Cody, 58046,Joseph, 58243,David, ,Barry,"74330" C8876,Simon, X_10934,David,
I can see this will probably be useful, but I'm having a hard time getting the command to work as desired