Takuro Hishikawa
Forum Replies Created
-
Forum: Plugins
In reply to: [Really Simple CSV Importer] Does it support looping custom field suites?This plugin can import any custom fields added by any plugin, but it depends on the plugin’s design (naming rule of custom field, type of value, etc.). I don’t know the details of the Custom Field Suite plugin, so you should ask the author of that plugin instead of here.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Batch Processing.Depends on your CSV file and your server.
Yeah, I don’t have any plan to update this plugin at this time, because it works as expected on the recent version of WordPress.
If WordPress supports a queue system by default, or includes a reliable CSV parser by default, or this plugin doesn’t work on future versions, I’ll consider updating it.
Forum: Plugins
In reply to: [Really Simple CSV Importer] French charecter posts are not importingForum: Plugins
In reply to: [Really Simple CSV Importer] Import not working on a CPT datetime fieldThanks to share really useful code.
Forum: Plugins
In reply to: [Really Simple CSV Importer] Import not working on a CPT datetime fieldForum: Plugins
In reply to: [Really Simple CSV Importer] Import not working on a CPT datetime fieldI already wrote some examples to modify data on importing on the plugin page. Please check.
FYI, last time I tested importing your CSV file on my local WordPress installed with Japanese.
Unfortunately, I don’t have any plan to update this plugin now. This plugin is already outdated, so please use it at your own risk. Of course, welcome to send a pull request on the Github repository. Thank you for your report.
The file you uploaded to Google Drive seems fine, and succeed to import it correctly, with no error.
Anyways, I believe your CSV file is invalid. Check your file first. Check it with some online validator. Try to open it with another software like Excel or Google Spreadsheet. Good luck.
LibreOffice won’t wrap empty cells with quotes. Did you really use LibreOffice to make your CSV file?
One more piece of advice. You shouldn’t wrap empty cells with quotes. See the document:
Usually an enclosure character is escaped inside a field by doubling it
https://www.php.net/manual/en/function.fgetcsv.php
It should be like this:
,"pet","private",,"MIX(プードル×ペキニーズ)",,"2020-10-31 18:12:32"
Actually, I didn’t write any codes related to parsing CSV files, this plugin relies on PHP’s fgetcsv function. I don’t have any plan to write original code or include any other 3rd party library to replace fgetcsv() function. I believe the format of your CSV file is wrong, but I can’t help to fix it. Do your best.
- This reply was modified 3 years, 6 months ago by Takuro Hishikawa.
You should use LibreOffice in all cases, I strongly recommend you to use it, not MS Excel.
In short, No.