isohelpline
Member
Posted 2 years ago #
In the csv sample and plugin admin page it is mentioned that "post_title" column should included in the CSV file "
I have made csv exactly as given in sample but geetoing error as "PRODUCT_NAME" column should included in the CSV file "
What should I do? Please help
http://wordpress.org/extend/plugins/wp-post-corrector/
isohelpline
Member
Posted 2 years ago #
I created a SQL from all table and checked that there is no "PRODUCT_NAME" in my database.
Than I checked "messages.php" file in wp-post-corrector and found following code lines:
echo '<p class="errormsg">'.__('Please make sure "PRODUCT_NAME" column is in the CSV file, other wise you cannot insert the information.').'</p>';
But I did not find any such field in the sample csv file given, please give proper csv file structure.
isohelpline
Member
Posted 2 years ago #
I added a column "PRODUCT_NAME" but still gettingthe same error message
The "PRODUCT_NAME" column is added in the first colum.
csv file is created with excel and save as "csv - comma delimited file";
Should I choose "TAB" delemited" or any other ....
I also did not find any link to developer web site or forum; suggest what can be done.