How to remove New Line characters for .csv export using php
While exporting for .csv, text data should be checked for any linebreaks / new line characters otherwise it will make a fine mess of your .csv exported file. Apart from checking for usual ‘,’ which will make a new coulmn, you need to check for carriage returns and new line characters and clean the input…