HI,
I am working on a project in a .txt file and I want to do the following:
I want to convert this:
to this:
in other words, I am trying to replace the linebreaks with nothing, such that all strings concatenates to the same line while conserving the commas. Is this possible?