Import

CSV / DSV

Extensions doing CSV import:

Additional content creation and import features

eZ publish 3.9 comes with new features which make CSV import easier.
CSAPI function for quick object creation and publishing. In addition to the toString and fromString datatype functionality.

A function eZContentFunctions::createAndPublishObject was added to the file, kernel/classes/ezcontentfunctions.php (trunk rev. 17475).

This function allows to easily create an object, populate its attributes with data and publish the object at one node location.

The best information available apears to be in the new feature documentation in svn trunk and the source code itself.

See: ezcontentfunctions.php, ezcsvimport.php, ezcsvexport.php

OpenDocument

Extensions doing OpenDocument import:

PowerPoint

see PowerPoint Import

RSS

See RSS.

OPML

See OPML.

XML

Extensions doing XML import:

Import Framework

Basic classes for abstracting data imports.

Misc

Extensions doing other kinds of import:

References