
This plugin imports posts from CSV (Comma Separated Value) files into your WordPress blog. It can prove extremely useful when you want to import a bunch of posts from an Excel document or the like - simply export your document into a CSV file and the plugin will take care of the rest. Step 1. Download and install![]() In your administration dashboard go to Plugins > Add New > Search Plugins. Search for CSV Importer. ![]() Click Install Now. ![]() Click Activate Plugin. ![]() Access the plugin from the Dashboard by going to Tools > CSV Importer Click the check box to import the file as a draft or all the articles will be automatically published (although you may want that) Select a category to upload them to. Browse and upload the CSV file This part is all very simple to understand. The hard part is preparing the file for import. If you don't have it done correctly it won't import correctly. Do it right, and you can not only upload the file, but create new categories, fields and taxonomies if they aren't already created. It starts with preparing a spreadsheet, and then saving it as a CSV file. The two most popular programs for this are Microsoft Excel and Open Office Calc. NOTE: Some spreadsheet programs do not save CSV files the same as others. You may run into a problem with punctuation or other special characters in a text field when you upload. Open Office Calc has always worked properly for me. If you are having problems, you can download it for free from http://www.openoffice.org/ and give that a try. Step 2. Prepare the spreadsheet.![]() Your spreadsheet should look like the sample above. On your spreadsheet, every line will be a different page or post. Every column will be a part of the post. The import program will import one line at a time, and will distribute the information in the columns based on what titles you have at the top of the spreadsheet. So first you need to know what columns to put at the top. Here is the list of possible columns to use, which is also available on the plug in page. These titles need to be in the top row of your spreadsheet. All lower case, with the underscores between words. You don't need to put all of them in there if you are just going to import titles, with post body content, and tags, you can just create a spreadsheet with three columns. This can be as simple or complex as you need it. General comments
Basic post information - use these as the column headers in the first row of your spreadsheet
Custom fields Any column that doesn't start with csv_ is considered to be a custom field name. The data in that column will be imported as a custom fields value. Advanced usage
Tip: Sample filesThere are samples of the various types of spreadsheets you can use as starters for your own spreadsheets so you can get it right. If you need to view the samples they are located in /public_html/wp-content/plugins/csv-importer/examples You can download them using FTP or you can go to http://yourdomainname.com/wp-content/plugins/csv-importer/examples/ and you will be able to download them. I suggest you delete this directory after you download the samples, or add a blank index.html file for security. |

All of our tutorials are published under the Creative Commons Attribution-NonCommercial license. This means:
Open Source Training is not affiliated with or endorsed by the Joomla, WordPress or Drupal projects.
All product names and trademarks are the property of their respective owners.
Copyright 2013 Open Source Training, LLC. All rights reserved.
Comments
Give the following documentation a look:
forum.jigoshop.com/.../...
Kind regards,
Nick
I tried using the example file. I always get the same response.
Skipped 13 posts (most likely due to empty title, body and excerpt).
Imported 0 posts and 0 comments in 0.01 seconds.
Please help!
I'm using the 'Types' plugin, so the plugins are all `wpcf-[field-sl ug]` (e.g., `wpcf-city`), and that seems to be working for me...
Any ideas on how to get the custom taxonomy stuff working? I'd rather not have to go through and... erm... manually classify these things...