Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimian/rimian
rimian's drupal stuff
https://github.com/rimian/rimian
Last synced: about 1 month ago
JSON representation
rimian's drupal stuff
- Host: GitHub
- URL: https://github.com/rimian/rimian
- Owner: rimian
- Created: 2009-09-16T12:03:52.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-06-12T06:30:14.000Z (over 14 years ago)
- Last Synced: 2024-05-02T00:08:22.761Z (8 months ago)
- Language: PHP
- Homepage: http://www.rimian.com.au
- Size: 188 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Here are my Drupal Modules.
Import Merge
----------------------------
Import Merge is a simple API module that loads data from a CSV file and delegates
to other modules for merging with nodes, users, taxonomy or what ever you wish.The import_merge engine does the work of itterating through your data and delegating
to callbacks to create, save or load data. After import_merge has the object it wishes
to merge available, it delegates to helper modules to do the merge.