Saturday, October 10, 2009

Node import

This module allows you to import a set of nodes from a Comma Seperated Values (CSV) or Tab Seperated Values (TSV) text file.

For Drupal 6.x

The port to Drupal 6 is work in progress.

Estimated time for node_import-6.x-1.0-rc5 is Sat April 25th. It will include new supported modules (Organic Groups, more CCK fields), fix a lot of bugs (mb_strlen problems, nodereferences, books, taxonomy, ...). Fixing those bugs is mainly made "easy" thanks to SimpleTest unit testing.

Dependencies

What works?

  • Importing nodes:
    • blog,
    • books,
    • comment (comment setting),
    • node (title, body, format, authored by, authored on, workflow settings),
    • path (url settings),
    • taxonomy (assign terms to a node).
  • Importing users:
    • user (name, mail, pass, status and profile fields).
  • Importing vocabularies:
    • taxonomy (name, description, help, multiple, required, tags, hierarchy).
  • Importing terms:
    • taxonomy (name, description, parent, relation, synonym, weight).

Following CCK content fields may work:

  • Node reference
  • Number
  • Text
  • User reference
  • Email
  • ImageField
  • FileField

Following contrib modules may work:

  • Location (but not CCK Location)
  • Ubercart 2 (only uc_product)

What does not work?

If it is not listed above it is not supported and will not work.

  • No forums
  • No menu
  • No polls
  • No upload (attachments)
  • Many other contrib modules are not yet supported.

For Drupal 5.x

The module currently supports following types natively:

  • event,
  • page,
  • story,
  • any node type created with the Content Creation Kit (CCK),
  • any flexinode node type.

Additionally it also has support for importing:

  • event-enabled nodes,
  • location-enabled nodes,
  • taxonomy-enabled nodes.

For Drupal 4.7.x:

Version 4.7.x is no longer supported.

Donations:

If you feel the Node import module is useful, I accept donations via paypal.

Releases

Official releasesDateSizeLinksStatus
6.x-1.0-rc42009-Feb-2581.9 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.92008-Nov-1136.91 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Oct-1091.61 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.

Resources

No comments:

Post a Comment