• Hi there!

    First i’d like to tell you that I really like the plugin; just the CSV export gives me some headaches. Whenever there is a line break in a field, the export in Excel is completely messed up.

    So I would kindly suggest that you add the functionality (maybe as option), to replace linebreaks and newlines upon export with a space, something like preg_replace( “/\r|\n/”, ” “, $yourString );

    Thank you very much!

The topic ‘CSV: Export – Cleaning linebreaks upon export’ is closed to new replies.