Sure, either save it to a file with a .CSV extension, or convert to a blob and open from the blob (and tell open it is a "text" file.)
Note the regex pattern uses \n for a newline and the regex replacement uses JMP's \!n.
change multiple consecutive newlines to a single newline
Craige