When I export, the double line break spacing between paragraphs is removed. Is it possible to replace the spacing with a paragraph?
In other exporting tools, this is referred to as wpautop
Thanks!
]]>Hey, I love the plugin – many thanks!
Is there a way to get a column with product IDs in the export?
TY!
Erik
It was working fine successfully.
started giving me error message. all it says is server error without any details.
when I check posts, I see that it uploaded 14 lines / posts successfully.
when I repeat, it will only upload 14 lines / posts while at the same time giving the same error message.
my file is small so it is not too big as I uploaded files of bigger size before.
Thanks for reading. hope you can direct me to the right place to fix this error.
Does this plugin also provide an option of exporting a list of WordPress users (and certain user meta fields)?
]]>Hi!
I’m using this plugin to export all the staff members from my post_type “empresa” which is “companies” in spanish.
The thing is that this is only exporting only the first member of each staff.
What should I do?
Thanks in advance!
]]>Hello,
I want to import following via Excel.
1. Post Title
2. Post Category
3. Post Featured Image
is it possible to import by using your plugin ?
]]>Hello,
I installed WP CSV plugin and I exported posts, it works perfectly.
I tried to import the exported csv with some modifications but the progress bar remains at 0% and nothing happens. I tried on a production server and on local machine, and same problem.
Has anyone else encountered this ? Is there a fix ?
]]>I’m trying to import a rather large CSV file. All attempts fail after about 2 minutes of importing. I get a pop-up that says the import failed and click “ok” to see the error. Then the error simply says “error.”
Thinking it was probably because my CSV file was too big, I downsized another copy with only 200 posts. The posts only have about 5 fields, nothing crazy large. This one failed as well.
Testing 3 times, they all import around 50 custom posts, but they aren’t failing at a consistent place each time.
]]>Hi,
First of all, thanks for a really nifty plugin. It has proved invaluable for migrating content off of old and buggy WordPress sites.
Today I noticed that WP CSV creates a new PHP session for every user visiting the site it’s enabled on by setting a PHPSESSID cookie. This disrupts caching (in my case, a Varnish proxy), and seems unnecessary. Would it be possible to only use PHP sessions on wp-admin pages, but not on the frontend?
Thanks,
– Micah
Web Developer at Goshen College
I need to include static text in my export. The data is a street address and it is the same text for every post that is exported. Can this be done or do I need to add this as a custom field for each post?
]]>The following error was generated by my server while trying to export data:
undefined
function () { if ( list ) { // First, we save the current length var start = list.length; (function add( args ) { jQuery.each( args, function( _, arg ) { var type = jQuery.type( arg ); if ( type === “function” ) { if ( !options.unique || !self.has( arg ) ) { list.push( arg ); } } else if ( arg && arg.length && type !== “string” ) { // Inspect recursively add( arg ); } }); })( arguments ); // Do we need to add the callbacks to the // current firing batch? if ( firing ) { firingLength = list.length; // With memory, if we’re not firing then // we should call right away } else if ( memory ) { firingStart = start; fire( memory ); } } return this; }
]]>Expecting the first column to be ‘wp_ID’, found ‘?wp_ID’
The column names are correct and the delimiters are fine, whats going on?
]]>I have one site where this plug-in worked once importing testimonials. But now, anytime I try to import testimonials, the upload stops at 3 seconds and fails with internal server error. However, 23 of the 40 csv entries will import. but no more than that.
I have searched all over the place for a log file with an error so i can try to get this working again;
cPanel error log = no mention of this internal server error
public_html error log = no mention of this internal server error
wp-content debug log = no mention of this internal server error
This particular server is a VPS, my other servers that are shared hosting, the plug-in works totally fine. Also, I have a clone of this site on a shared server and the upload does not fail. Just this one does not. No idea what to do. Any help appreciated.
Thanks
]]>I get PHP Notice: Trying to get property of non-object in /var/www/web/app/plugins/wp-csv/CPK_WPCSV_Engine.php on line 338
when importing a csv file. In my debugger I can see the issue is the $id
for the newly created post is 0, which means that $post_object
is null. Line 338 is trying to get properties of a null variable to perform the do_action
for saving a post.
Is there a way to export by date or use some sort of date filters?
]]>Hello I can′t upload my csv file, I′ve made all nice for the plugin but still don′t want upload.
I become this
The file uploaded does not seem to be a valid WP CSV import file. Please note that the column heading format changed in version 1.7.0! (‘ID’ became ‘wp_ID’, etc).
Expecting the first column to be ‘wp_ID’, found ‘wp_ID;wp_post_date;wp_post_modified;wp_post_status;wp_post_title;wp_post_content;wp_post_excerpt;wp_post_parent;wp_post_name;wp_post_type’
File was uploaded to: /tmp/wpcsv_backups/wpcsv-import.csv
]]>Hello, there is an issue when I want to use “Post Type and Status Exclude Filter”. If I select nothing, then all is exported exactly as expected. This include the ID column. I need it in order to create new records using the Import function.
The problem appear when I select to exclude “Attachment” column or “Widgetkit” or “Wpcf7_contact_form”.. the export file doesn’t include the ID column anymore!
Is this a known bug? or I am doing something wrong?
Thank you in advance.
Hi, I just installed your plugin on the last WP version 4.6.1
And i had to uninstall it immediately, cause all my pages loading were very very slow (I didn’t notice any error in logs)
Not a big deal I found another plugin to make what I wanted, but just wanted to tell it to you.
Cheers
I am exporting a csv file of all products in order to bulk edit some custom fields, but no matter what I try, the SKU (cf_sku) does not export into the files – neither the field name nor the values for the products. How can I include the SKU in the export and import?
]]>The following error was generated by your server (during export):
undefined
function () { if ( list ) { // First, we save the current length var start = list.length; (function add( args ) { jQuery.each( args, function( _, arg ) { var type = jQuery.type( arg ); if ( type === “function” ) { if ( !options.unique || !self.has( arg ) ) { list.push( arg ); } } else if ( arg && arg.length && type !== “string” ) { // Inspect recursively add( arg ); } }); })( arguments ); // Do we need to add the callbacks to the // current firing batch? if ( firing ) { firingLength = list.length; // With memory, if we’re not firing then // we should call right away } else if ( memory ) { firingStart = start; fire( memory ); } } return this; }
]]>Just testing my stack in prep for php 7 and found some errors. Apologies if these were already targeted for change.
FILE: /wp-content/plugins/wp-csv/CPK_WPCSV_Posts_Model.php
————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
————————————————————————————————-
156 | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
158 | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
————————————————————————————————-
FILE: /wp-content/plugins/wp-csv/CPK_WPCSV_Log_Model.php
————————————————————————————————-
FOUND 2 ERRORS AFFECTING 2 LINES
————————————————————————————————-
86 | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
87 | Extension ‘mysql_’ is deprecated since PHP 5.5 and removed since PHP 7.0 – use mysqli instead.
————————————————————————————————-
The following error was generated by your server:
undefined
function () { if ( list ) { // First, we save the current length var start = list.length; (function add( args ) { jQuery.each( args, function( _, arg ) { var type = jQuery.type( arg ); if ( type === “function” ) { if ( !options.unique || !self.has( arg ) ) { list.push( arg ); } } else if ( arg && arg.length && type !== “string” ) { // Inspect recursively add( arg ); } }); })( arguments ); // Do we need to add the callbacks to the // current firing batch? if ( firing ) { firingLength = list.length; // With memory, if we’re not firing then // we should call right away } else if ( memory ) { firingStart = start; fire( memory ); } } return this; }
]]>Whenever i try to upload file, Gateway Time-out Error occurs.
I dont know why please help me
Hi,
I’m building a medicinal plants web site, importing content from a legacy Microsoft Access database, I exported each MDB table to a csv file. I now have about 20 csv files I would like to import to the medicinal plant custom post – I used Advanced Custom Fields Pro and CPT-UI to create the custom post.
Each row in each csv file is only a part of the complete post, when I have imported all the csv files I will have a complete post.
Really appreciate any help or suggestions on the best way to do this.
Thanks
David
Hi,
I’m testing your plugin to export CSV Custom Post Types and it works. But the content of my CTP are doubled.
You can see it there : https://www.heberger-image.fr/images/63975_wpcsv.jpg.html
Would you know the reason and if I forgot something ?
I’m using Toolset Types for CPT.
Thanks.
]]>Hello, this plugin isn’t currently compatible with PHP7. Could you provide a status update regarding if/when this will be the case?
File: wp-content\plugins\wp-csv\CPK_WPCSV_Log_Model.php
> Line 86: Removed function “mysql_real_escape_string” called
mysql_real_escape_string($msg, $this->db->dbh);
> Line 87: Removed function “mysql_real_escape_string” called
mysql_real_escape_string($data, $this->db->dbh);
File: wp-content\plugins\wp-csv\CPK_WPCSV_Posts_Model.php
> Line 156: Removed function “mysql_query” called
mysql_query($sql, $this->db->dbh);
> Line 158: Removed function “mysql_fetch_array” called
mysql_fetch_array($results, MYSQL_ASSOC);
Hi,
what happens if I only have 2 coloums ()ID & category) in my csv and import it – does it change all the other values (empty colomns) too?
Thank you
]]>I downloaded this plugin and activated. The export function is working perfectly.
I attempted to import using the exported file as a template (as per instructions) however this functionality seemed not to work.
There was no error, and the progress bar remained at 0%
Does this plugin work with the current WordPress install?
I checked the error-log box in settings, but that didn’t seem to achieve anything either.
Thanks in advance.
This error was just reported near the end of a sizable export:
The following error was generated by your server:
undefined
function () { if ( list ) { // First, we save the current length var start = list.length; (function add( args ) { jQuery.each( args, function( _, arg ) { var type = jQuery.type( arg ); if ( type === “function” ) { if ( !options.unique || !self.has( arg ) ) { list.push( arg ); } } else if ( arg && arg.length && type !== “string” ) { // Inspect recursively add( arg ); } }); })( arguments ); // Do we need to add the callbacks to the // current firing batch? if ( firing ) { firingLength = list.length; // With memory, if we’re not firing then // we should call right away } else if ( memory ) { firingStart = start; fire( memory ); } } return this; }
I was trying to export two types of posts that had many entries. I’m now trying each separately, but the page told me to report this.
EDIT: The initial attempt to export the smaller post type immediately came back with this error, though another attempt after waiting a bit succeeded.
]]>I want to export the user Nickname field or their display name in addition to Post author field (wp_post_author). Can user meta be exported?
]]>