Takuro Hishikawa
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] Error: include post_typeSorry, an example OpenDocument Spreadsheet file is just for use of create CSV file, not for import directly. If you want to use ods file, you should export as CSV before importing.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Error: include post_typeI tested importing with my plugin on WP 3.8.2, but it works. Could you show me some part of your csv data ?
Forum: Plugins
In reply to: [Really Simple CSV Importer] post_id questionOK, please send me detail from this form
http://notnil-creative.com/Forum: Plugins
In reply to: [Really Simple CSV Importer] post_id questionThe post_id is AUTO_INCREMENT, so if you import id 3434, WordPress will create post_id 3405 for next post. Please notice about some internal post type like attachment, revision, nav item.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Can't upload csvHi brend270,
I’m sorry, but I don’t know cases same as yours and there are not exists such messages in my plugin. Could you try to deactivate any other plugins?
Hmm, I don’t know well about EIO, but the importer will overwrite post data when provided post_id exists in your database and its post type is same as csv data.
Do you want to insert posts with thumbnail image?
Forum: Plugins
In reply to: [Really Simple CSV Importer] Problem with dates importWhich sample you tried?
Forum: Plugins
In reply to: [Really Simple CSV Importer] problem with image importsPlease add post_thumbnail column and input url or full path of image file.
Url is actual file url which starts http or https like http://www.example.com/image.jpg
Full path is file path on your server of image like /var/www/html/foo/bar/image.jpgSame question?
http://wordpress.org/support/topic/featured-image-135Forum: Plugins
In reply to: [Really Simple CSV Importer] Problem with dates importPlease check your csv data with text editor. sometimes spreadsheet software like Excel convert date format automatically.
Forum: Plugins
In reply to: [Really Simple CSV Importer] wpcf-description fieldYes I need actual csv file. Please send it to hishikawa(a)notnil-creative.com if you can.
Forum: Plugins
In reply to: [Really Simple CSV Importer] wpcf-description fieldThanks again for your report! What plugin you are using to create “wpcf-description” field? I’ll try test.
I think any symbols are not block importing. because there are no problems when importing Japanese including tons of non ascii characters!
Forum: Reviews
In reply to: [Really Simple CSV Importer] Gets the work done!Thank you for your nice review, and some suggestions!
1: There is no way to re-run importing, but if you use add-on plugin, you will be able to dry-run before importing to your database. See “Other Notes” section.
2: Wow, thats my blog post. And I have another blog post about import to ACF fields. http://notnil-creative.com/blog/archives/2497
English version? sorry, wait patiently…donate: I would be very glad if you could review my english on my plugin page, instead of donate some money for me.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Use with ACF and Yoast Simple TaxonomiesIf you would like to import to ACF field, simply you can use advanced custom field key. To find advanced custom field key, please see this page:
http://www.advancedcustomfields.com/resources/functions/update_field/#finding-the%20field%20keyBut to import to some special ACF field like Repeater field, you should use filter hook. What type of field you want to import?
Forum: Plugins
In reply to: [Really Simple CSV Importer] Nothing downloadsCould you check your data with this add-on plugin?
If this add-on activated, importing will not processed, and parsed csv data will just be displayed on your dashboard.https://gist.github.com/hissy/7175656
How to use:
1. Click “Download gist” button on above url and unzip it
2. Upload rscsvimporter-debug.php to wp-content/plugins and activate it
3. Do import csv with really simple csv importer normally.