Thread Starter
vice07
(@vice07)
On ExportToCsvUtf16le.php
// Excel does not like \n characters in UTF-16LE, so we replace with a space
$text = str_replace("\n", ' ', $text);
THIS needs to be done in ExportToCsvUtf8.php too, but the code is different and i don’t know where to change… Any help now?
Thread Starter
vice07
(@vice07)
Thread Starter
vice07
(@vice07)
Steps 1-4 are correct.
Step 5 – My Excel shows the line breaks. I even tryied Text to Columns tool, but where he meets the line breaks the Excel breaks 🙁
Is there a way to attach / send you my CSV file?
Or is there a way to remove line breaks on form submit?
I also noticed that wp_cf7dbplugin_submits table doesn’t have edit / delete options on PHPMyAdmin like other tables…