=== WP Flexible CSV Importer === Contributors: leonstafford Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NHEV6WLYJ6QWQ Tags: csv, import, custom fields Requires at least: 3.2 Tested up to: 4.7.3 Stable tag: 0.1 License: Unlicense License URI: http://unlicense.org Allows you to import any CSV into WordPress to create posts and custom fields. No need to fiddle with your CSV outside of WordPress! == Description == = Features = Frustrated that only the paid plugins would handle my various CSV files with different fields, I decided to write this plugin vs using a throwaway import script. Hopefully this will help others facing the same problem. Simple flow-based approach: * upload your CSV * check/adjust data will be imported how you imagine * auto-generate WordPress content from your imported data It shouldn't need to be much harder than that. Developed by [**Leon Stafford**](http://leonstafford.github.io). If you have any questions about this plugin's usage, installation or development, please email me at: [leon.stafford@mac.com](mailto:leon.stafford@mac.com) This plugin does not phone-home or solicit you to pay for more features. By the people, for the people! == Installation == = via WP Admin panel = 1. Go to Plugins > Add New 2. Search for "WP Flexible CSV Importer" 3. Click on the Install Now button 4. Activate the plugin and find it under the Tools > Import page = manual installation = 1. Upload the static-html-output directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Access the plugin settings from the Tools > Import page = via WP CLI = 1. `wp --allow-root plugin install wp-flexible-csv-importer --activate` == Frequently Asked Questions == = Why did you make this / support it? = I made it to fulfil a need I had, which other plugins wouldn't do (or wanted $$ to do so!). I maintain it to help others and by doing so, I might occasionally get paid dev work. == Screenshots == 1. The main interface == Changelog == = 0.1 = * first release with basic CSV to Post import functionality == Upgrade Notice == = 0.1 = First release, so you shouldn't receive any upgrade notice!