Here is the situation: I have a program producing
files with fields for title and post text (according to <a href="http://wordpress.org/extend/plugins/csv-importer/other_notes/" rel="nofollow">http://wordpress.org/extend/plugins/csv-importer/other_notes/</a>). I actually can modify the program's output if it's required.
I can now manually log in into WordPress admin console, go to CSV importer plug-in tab, select file and import articles contained in the file.
However, I would like to run this task automatically -- everything will be running on the server (application producing (CSV) data, application/script importing data), not remote file uploading etc ... any idea how to do it?
Code:
.csv
I can now manually log in into WordPress admin console, go to CSV importer plug-in tab, select file and import articles contained in the file.
However, I would like to run this task automatically -- everything will be running on the server (application producing (CSV) data, application/script importing data), not remote file uploading etc ... any idea how to do it?