You are here

README.txt in Node import 6

Same filename and directory in other branches
  1. 5 README.txt
Drupal node_import.module README.txt
==============================================================================

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

This version of the module only works on Drupal 6.x.

Installing node_import (first time installation)
------------------------------------------------------------------------------

The module depends on:
- Date API (http://drupal.org/project/date).

Upgrading node_import (on Drupal 5.x or 6.x)
------------------------------------------------------------------------------

Uninstalling node_import
------------------------------------------------------------------------------

Documentation
------------------------------------------------------------------------------

If you install the "Advanced help" (http://drupal.org/project/advanced_help)
module, you can read the documentation on "admin/advanced_help/node_import" on
your site.

Extending node_import (for developers)
------------------------------------------------------------------------------

If you install the "API" (http://drupal.org/project/api) module, you can read
the documentation in the "Node import API" topic on your site if you have
configured the API module to index the Node import code in the 6.x branch.

Bugs and shortcomings
------------------------------------------------------------------------------

 * NOT ALL FEATURES ARE FULLY TESTED.

 * See http://drupal.org/project/issues/node_import for a complete list of
   bugs and other problems.

 * The content types need to exist before starting the import. This module
   does not create content types!

Credits / Contact
------------------------------------------------------------------------------

The original author (version 4.5) of this module is Moshe Weitzman (weitzman).
Neil Drumm (drumm) rewrote the module for 4.6 (which he never released as
such).

The port of the module to 4.7 and some new features were provided by:
 - David Donohue (dado),
 - Nic Ivy (njivy).

Robrecht Jacques (robrechtj) is the current active maintainer of the module
and he provided the ports to 5.x and 6.x (rewrite).

Best way to contact the developers to report bugs or feature requests is by
visiting the node_import project page at http://drupal.org/project/node_import.

If you have a problem with a specific file (CSV or TSV), it helps the authors
if you attach a (small) file that shows the problem. When you do, mention how
you configured the type you are trying to import, eg what vocabularies you
have defined, whether the content type is event- or location-enabled, etc.

File

README.txt
View source
  1. Drupal node_import.module README.txt
  2. ==============================================================================
  3. This module allows you to import a set of nodes from a Comma Separated
  4. Values (CSV) or Tab Separated Values (TSV) text file.
  5. This version of the module only works on Drupal 6.x.
  6. Installing node_import (first time installation)
  7. ------------------------------------------------------------------------------
  8. The module depends on:
  9. - Date API (http://drupal.org/project/date).
  10. Upgrading node_import (on Drupal 5.x or 6.x)
  11. ------------------------------------------------------------------------------
  12. Uninstalling node_import
  13. ------------------------------------------------------------------------------
  14. Documentation
  15. ------------------------------------------------------------------------------
  16. If you install the "Advanced help" (http://drupal.org/project/advanced_help)
  17. module, you can read the documentation on "admin/advanced_help/node_import" on
  18. your site.
  19. Extending node_import (for developers)
  20. ------------------------------------------------------------------------------
  21. If you install the "API" (http://drupal.org/project/api) module, you can read
  22. the documentation in the "Node import API" topic on your site if you have
  23. configured the API module to index the Node import code in the 6.x branch.
  24. Bugs and shortcomings
  25. ------------------------------------------------------------------------------
  26. * NOT ALL FEATURES ARE FULLY TESTED.
  27. * See http://drupal.org/project/issues/node_import for a complete list of
  28. bugs and other problems.
  29. * The content types need to exist before starting the import. This module
  30. does not create content types!
  31. Credits / Contact
  32. ------------------------------------------------------------------------------
  33. The original author (version 4.5) of this module is Moshe Weitzman (weitzman).
  34. Neil Drumm (drumm) rewrote the module for 4.6 (which he never released as
  35. such).
  36. The port of the module to 4.7 and some new features were provided by:
  37. - David Donohue (dado),
  38. - Nic Ivy (njivy).
  39. Robrecht Jacques (robrechtj) is the current active maintainer of the module
  40. and he provided the ports to 5.x and 6.x (rewrite).
  41. Best way to contact the developers to report bugs or feature requests is by
  42. visiting the node_import project page at http://drupal.org/project/node_import.
  43. If you have a problem with a specific file (CSV or TSV), it helps the authors
  44. if you attach a (small) file that shows the problem. When you do, mention how
  45. you configured the type you are trying to import, eg what vocabularies you
  46. have defined, whether the content type is event- or location-enabled, etc.