CSV Export – Add quotes around all fields

During the CSV export you can instruct Let’s Export! to wrap all values with double-quotes. By default, only string values will be wrapped.

1. Log into your FTP site and edit wp-config.php
2. Edit wp-config.php and scroll to the end and add the following bit of code:

Scroll towards the bottom, and before the line that says “Happy blogging.” add this code ABOVE that line:

define( 'PW_LETS_EXPORT_USE_FPUTCSV', false );

/* That's all, stop editing! Happy blogging. */

3. Save the wp-config.php file and re-upload it to your server.

Skip to content