Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stas/simple-crm-csv-import
- Owner: stas
- Created: 2011-06-01T08:32:49.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-01T08:33:17.000Z (over 13 years ago)
- Last Synced: 2024-12-06T23:17:34.138Z (about 1 month ago)
- Language: PHP
- Homepage: http://stas.github.com/simple-crm
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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.