Takuro Hishikawa
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] Example CSV for Advanced Custom Fields?Here is an example includes ACF date picker field.
https://gist.github.com/hissy/07618229ebde6157f602Forum: Plugins
In reply to: [Really Simple CSV Importer] Example CSV for Advanced Custom Fields?how was it not worked? what is the problem? please share the detail for me. thanks
Forum: Plugins
In reply to: [Really Simple CSV Importer] Problem with “ID” columnProbably. I recommend you to try LibreOffice for editing spreadsheets and export csv.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Problem with “ID” columnIt might be a problem with your csv data. Could you try import with field name “post_id” instead of “ID”?
Forum: Plugins
In reply to: [Really Simple CSV Importer] problem importing imagesIn short, never. However, I have a plan to add action hook for more flexible customization of importing.
Forum: Plugins
In reply to: [Really Simple CSV Importer] problem importing imagesSorry, importing images to custom fields is not supported yet.
Forum: Reviews
In reply to: [Really Simple CSV Importer] Worked beautifullyAh, I’ve got the point. My plugin extends built-in WP_Importer class because extending core class is always good way to hack, but unfortunately, this class have not the feature of previewing. So I made filter hook and another debugger add-on. However, I will keep considering to add preview feature, and thanks again for your nice review!
Forum: Reviews
In reply to: [Really Simple CSV Importer] Worked beautifullyWell, to use debugger add-on, please download the add-on plugin from gist, upload php file to your wp plugin directory, and activate it. During it activated, the importer will be debug & dry run mode. Every importing will no longer insert data to your database. If you finish checking your data and you would like to import csv data to database, simply deactivate debugger add-on, then re-import the csv. Do you know what I mean? Probably my english is bad 🙁
Forum: Reviews
In reply to: [Really Simple CSV Importer] Worked beautifullyIf you would like to do preview, you can use Really Simple CSV Importer Debugger add-on. See Other Notes tab. Thanks!
Forum: Plugins
In reply to: [Really Simple CSV Importer] Use with ACF and Yoast Simple TaxonomiesHere is an example of filtering data to import repeater field.
http://notnil-creative.com/blog/archives/2913Forum: Plugins
In reply to: [Really Simple CSV Importer] problem with featured imageI mean FTP. The importer will try copy that to media manager.
Forum: Plugins
In reply to: [Really Simple CSV Importer] problem with featured imageI’m not familiar with WAMP, sorry. Please try to use full path instead of url.
URL
http://localhost/foo/bar/image.jpgFullpath on WAMP? (just guessing!)
c:\wamp\foo\bar\image.jpgFullpath on MAMP (I’m using)
/Applications/MAMP/htdocs/foo/bar/image.jpgForum: Plugins
In reply to: [Really Simple CSV Importer] problem with featured imageDid you try to import local file from web server? If so, you are not able to do that. Please upload all files to web server first.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Error: include post_typeWell, stefandejong1980 and katanaz are different guys? Can I change this topic to resolved?
Forum: Plugins
In reply to: [Really Simple CSV Importer] Error: include post_typeThanks to report the problem. MS Excel often creates invalid csv file, so I recommend to use LibreOffice (it’s open source!) and manage your data with ods file. It has completely valid export options to create safe csv file.