I am importing csv files which have line feeds at the end of some text fields. I can remove them manually by positioning the cursor at the end of the field and hitting the delete key. Is there a way to do a mass substitution? I have tried many different find and replace options, include regex $ and regex .$ to no avail.
Any help greatly appreciated