Ultimately I want to have this:
"start_here"|ldfjlsdffj|93849340|9034093|"end_here "|
"start_here"|ldfjlsdffj|93849340|9034093|"end_here "|
but right now, all of it is on separate lines but I can't figure out to concatenate only between the "start_here" and "end_here" phrases. So I was trying to concatenate the whole file into one line and then just make a newline after each "end_here" but that's not working either because it creates too big of a line for me to VI. So I'm not sure what to do anymore....