Takuro Hishikawa
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] Possible to upload csv per languageI don’t know well about wpml, but if it stores translated contents into custom fields, you should be able to import it with this plugin.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Amazing! But…@humiges This plugin is a simple extension of core importer class in WordPress. Its architecture is also simple, so not suitable for importing a large number of posts. I think core importer class should be support queue system to import huge contents, but I don’t have a plan to support it in this plugin. I’m sorry but search another importer plugin.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Plugin Update?I have a plan to update in this year.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Post Format Image not StandardYou can do it if you can develope add-on plugin by yourself. See plugin detail page.
Forum: Plugins
In reply to: [Really Simple CSV Importer] cURL error when importing imagesUpdate php on your environment.
FYI: https://stackoverflow.com/questions/38375211/curl-error-35-gnutls-handshake-failed/38429611
Forum: Plugins
In reply to: [Really Simple CSV Importer] Arabic letters imported ??????Please create the csv file with UTF-8 encoded.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Cannot update specific fieldsI recommend you do not change structure of database of WordPress Core, using custom field is always safety way.
- This reply was modified 7 years, 12 months ago by Takuro Hishikawa.
This limitation is also exists in official WordPress importer. It is from php configuration, so “500” is not important number. If you use more powerful webserver, you may import more than 500 posts.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Importer creates double customfieldsI think it is by design. Please ask the developer of ACF.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Import ImagesYes you can, but it required php coding. This is an example to import images: https://gist.github.com/hissy/0973a6a9977129a6ebd0
Forum: Plugins
In reply to: [Really Simple CSV Importer] Not importing post metaSimply use _links_to_target as header key
Forum: Plugins
In reply to: [Really Simple CSV Importer] Not import category, author and datePlease check encoding of your csv file. It should be UTF-8.
This plugin is not familiar with automation. It extends core importer class, but core importer class is depends on file input. IMHO, you should search another plugin or customize my plugin deeply.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Escape Row with empty post_titleYou can override saving post process with
really_simple_csv_importer_class
filter. Please try.- This reply was modified 8 years, 2 months ago by Takuro Hishikawa.
Did you quote all cells with double quotes?