Hi,
I have a bunch of CSV files that contain the string “\n” in them. How to I replace that in Calc with a line feed? If the option is to edit the text file an import it afterwards, I can do that also. But I tried regexp finding “\n” and replacing it with “\n” but that doesn’t seem to work. the “\n” string remains in place.
Thanks,
L
P.S. The “” are not part of the string I’m trying to replace. Just the \n.