Pre-release
This release is a pre-release and may not be stable for production use.
Introduction
============
This is alpha software, and not considered suitable for production use. In
particular, there are few tests. Caveat emptor!
This package was sponsored by Jon Hadley (http://www.jon-hadley.com)
Change history
**************
Changelog
=========
0.1 - Alpha
----------------
* Initial release
* Basic import features
Detailed Documentation
**********************
Introduction
============
fez.atcsv is a lightweight product for importing CSV files into Plone sites.
Unlike other implementations, it leaves no persistent data in the database
aside from imported content.
To use, install the product onto your pythonpath using easy_install or pip:
easy_install fez.atcsv
or
pip install fez.atcsv
You should then add 'fez.atcsv' to your eggs = and zcml = sections in your buildout.
Restart Zope, and you should see AT CSV in your quickinstaller page. Install it,
and you should see a 'CSV Import' tab on all folder-like content objects.
The CSV you upload *must* have a first line of titles, and these titles *must* correspond
to the Archetype field names of the type you're importing. So, if you had an Archtype content
type that had a schema like this:
atapi.TextField(
'Title',
searchable = 1,
required = 0,
storage = atapi.AnnotationStorage(),
widget = atapi.StringWidget(label='Title'),
),
atapi.TextField(
'Colour',
searchable = 1,
required = 0,
storage = atapi.AnnotationStorage(),
widget = atapi.StringWidget(label='Colour'),
),
Then a valid CSV might look like this:
"Title","Colour","Size"
"Apple", "Green", "small"
"Banana", "Red", "Medium"
Note that in this case, the 'size' column won't be imported as it's not in the AT schema.
Further, notice that no validation is run on the imported data. It is assumed that
the data will be clean. (Validation may be added at a later point.)
Be aware that large file uploads may take some time.
Contributors
************
Dan Fairs (Fez Consulting Ltd.), dan@fezconsulting.com, Author
Download
********
============
This is alpha software, and not considered suitable for production use. In
particular, there are few tests. Caveat emptor!
This package was sponsored by Jon Hadley (http://www.jon-hadley.com)
Change history
**************
Changelog
=========
0.1 - Alpha
----------------
* Initial release
* Basic import features
Detailed Documentation
**********************
Introduction
============
fez.atcsv is a lightweight product for importing CSV files into Plone sites.
Unlike other implementations, it leaves no persistent data in the database
aside from imported content.
To use, install the product onto your pythonpath using easy_install or pip:
easy_install fez.atcsv
or
pip install fez.atcsv
You should then add 'fez.atcsv' to your eggs = and zcml = sections in your buildout.
Restart Zope, and you should see AT CSV in your quickinstaller page. Install it,
and you should see a 'CSV Import' tab on all folder-like content objects.
The CSV you upload *must* have a first line of titles, and these titles *must* correspond
to the Archetype field names of the type you're importing. So, if you had an Archtype content
type that had a schema like this:
atapi.TextField(
'Title',
searchable = 1,
required = 0,
storage = atapi.AnnotationStorage(),
widget = atapi.StringWidget(label='Title'),
),
atapi.TextField(
'Colour',
searchable = 1,
required = 0,
storage = atapi.AnnotationStorage(),
widget = atapi.StringWidget(label='Colour'),
),
Then a valid CSV might look like this:
"Title","Colour","Size"
"Apple", "Green", "small"
"Banana", "Red", "Medium"
Note that in this case, the 'size' column won't be imported as it's not in the AT schema.
Further, notice that no validation is run on the imported data. It is assumed that
the data will be clean. (Validation may be added at a later point.)
Be aware that large file uploads may take some time.
Contributors
************
Dan Fairs (Fez Consulting Ltd.), dan@fezconsulting.com, Author
Download
********
Release files for fez.atcsv 0.1dev-r28
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fez.atcsv-0.1dev-r28.tar.gz | 9.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fez.atcsv-0.1dev_r28-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 27.5 kB
Release files / fez.atcsv-0.1dev-r28.tar.gz
| Download URL | fez.atcsv-0.1dev-r28.tar.gz |
|---|---|
| Size | 9.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a55d8323185b4a57b508f59f6259f02c447947a2a04a8958d17fad8b766f3bd4
|
|
BLAKE2b-256 checksum How to use checksums |
ac970e25507847beb7b97d7dafda00a36b1cd81cf7ed3166adf2c7624a95fa72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / fez.atcsv-0.1dev_r28-py2.4.egg
| Download URL | fez.atcsv-0.1dev_r28-py2.4.egg |
|---|---|
| Size | 18.5 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
c0f2e944291918fcb2c889b7bb8711e6c59fbaf97cbdfa2344e6baaea2f29fe7
|
|
BLAKE2b-256 checksum How to use checksums |
fd6a1e3bfc346667f7811c547e75afcf4b476f93ea3bc8a0e07b370299fd4ee5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |