Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stas/simple-crm-csv-import

WordPress Simple CRM CSV Import Addon
https://github.com/stas/simple-crm-csv-import

Last synced: 2 days ago
JSON representation

WordPress Simple CRM CSV Import Addon

Awesome Lists containing this project

README

        

=== Simple CRM CSV Import Addon ===
Contributors: sushkov
Tags: crm, users, csv, import
Requires at least: WordPress 3.0
Tested up to: WordPress 3.2
Stable tag: 0.1
Donate link: http://stas.nerd.ro/pub/donate/

Import users from a .csv file.

== Description ==

Simple CRM is a WordPress plugin that lets you define custom fields to extend user profiles and it is also a framework for integration with all kind of CRM API webservices.

CSV Import Addon lets you import users from a `.csv` file.

**Notes:**

* First line is always ignored
* First 3 values should be: first name, last name, email
* The other fields will be saved inside user description field

== Installation ==

Please follow the [standard installation procedure for WordPress plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).

== Frequently Asked Questions ==

Before asking questions, please check the [video](http://stas.github.com/simple-crm).

== Changelog ==

= 0.1 =
* First stable release.