Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imio/collective.contact.importexport
https://github.com/imio/collective.contact.importexport
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imio/collective.contact.importexport
- Owner: IMIO
- License: gpl-2.0
- Created: 2017-02-28T08:18:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-28T10:33:55.000Z (9 months ago)
- Last Synced: 2024-12-10T13:33:48.216Z (26 days ago)
- Language: Python
- Size: 244 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
Awesome Lists containing this project
README
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.===============================
collective.contact.importexport
===============================.. image:: https://travis-ci.org/IMIO/collective.contact.importexport.png
:target: http://travis-ci.org/IMIO/collective.contact.importexport.. image:: https://coveralls.io/repos/github/IMIO/collective.contact.importexport/badge.svg?branch=master
:target: https://coveralls.io/github/IMIO/collective.contact.importexport?branch=masterImport and export organizations and persons with csv files, there are 4 csv files:
- organizations
- persons
- positions (not yet managed)
- held_positions! This is a WIP:
- Import is managed via a transmogrifier pipeline.
- Export can be managed with a collective.documentgenerator template. (not yet included in this product)Features
--------- Import from csv format. Text column must be enclosed with double quotes. A double quote in content must be escaped with another double quote.
- Organizations can be hierarchical: sub organizations can be defined.
- Held positions are linked to persons and organizations.
- Pipeline can contain other sections to manage new columns.Examples of csv files
---------------------https://github.com/IMIO/collective.contact.importexport/blob/master/src/collective/contact/importexport/tests/data/organizations.csv
Documentation
-------------Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar
Translations
------------This product has been translated into
- French
- EnglishInstallation
------------Install collective.contact.importexport by adding it to your buildout::
[buildout]
...
eggs =
collective.contact.importexportand then running ``bin/buildout``
Contribute
----------- Issue Tracker: https://github.com/IMIO/collective.contact.importexport/issues
- Source Code: https://github.com/IMIO/collective.contact.importexportSupport
-------If you are having issues, please let us know in github issues tracker.
License
-------The project is licensed under the GPLv2.