Replies: 0
Export CSV has no line feed between rows. As it is in plugin version 2.5 we end up with a “2 line” file. The header line + another line with all other data
Changed to add LF:
redirection/fileio/csv.php line 29
fwrite( $stdout, join( $csv, ‘,’).”\n” );