You are here

README.txt in Node export 8

CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Usage
 * Configuration
 * Maintainers


INTRODUCTION
------------

This module allows users to export nodes and then import it into another
Drupal installation, or on the same site.

 * For a full description of the module, visit the project page:
   https://www.drupal.org/project/node_export

 * To submit bug reports and feature suggestions, or to track changes:
   https://www.drupal.org/project/issues/node_export


INSTALLATION
------------

 * Install the Node Export module as you would normally install a
   contributed Drupal module. Visit
   https://www.drupal.org/node/1897420 for further information.


USAGE
------

 1. To export nodes, either:
    a) Use the 'Node export' tab on a node page.
    b) Use the content tab (admin/content) and select the Export Option and then
      there are two ways:
        1) You can export all nodes of a particular content type.
        2) You can provide all the node ids you want to export
           wish to export and then choose 'Node export' under the
           'Update options'.

 2. To import nodes that were exported with Node export, either:
    a) Use the form at 'Node export: import' under 'Admin/content'.
       Paste the export code you generated in export function and click submit.

 3. You can also export the nodes using drush command.

    $ drush ne-export 'nid' > 'filename'

       a) For eg. If you want to export node with node id 10 and the filename is
          node.json then the command will be like:

            $drush ne-export 10 > node.json

       b) For more than one nodes, you can write their nids seprated by space.

            $drush ne-export  1  3  4 > node.json


CONFIGURATION
-------------

The module provides a configuration form under:

    Configuration > Content authoring > Node Export Settings


MAINTAINERS
-----------

 * Gaurav Kapoor (gaurav.kapoor) - https://www.drupal.org/u/gauravkapoor

Supporting organizations:

 * OpenSense Labs - https://www.drupal.org/opensense-labs

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Usage
  6. * Configuration
  7. * Maintainers
  8. INTRODUCTION
  9. ------------
  10. This module allows users to export nodes and then import it into another
  11. Drupal installation, or on the same site.
  12. * For a full description of the module, visit the project page:
  13. https://www.drupal.org/project/node_export
  14. * To submit bug reports and feature suggestions, or to track changes:
  15. https://www.drupal.org/project/issues/node_export
  16. INSTALLATION
  17. ------------
  18. * Install the Node Export module as you would normally install a
  19. contributed Drupal module. Visit
  20. https://www.drupal.org/node/1897420 for further information.
  21. USAGE
  22. ------
  23. 1. To export nodes, either:
  24. a) Use the 'Node export' tab on a node page.
  25. b) Use the content tab (admin/content) and select the Export Option and then
  26. there are two ways:
  27. 1) You can export all nodes of a particular content type.
  28. 2) You can provide all the node ids you want to export
  29. wish to export and then choose 'Node export' under the
  30. 'Update options'.
  31. 2. To import nodes that were exported with Node export, either:
  32. a) Use the form at 'Node export: import' under 'Admin/content'.
  33. Paste the export code you generated in export function and click submit.
  34. 3. You can also export the nodes using drush command.
  35. $ drush ne-export 'nid' > 'filename'
  36. a) For eg. If you want to export node with node id 10 and the filename is
  37. node.json then the command will be like:
  38. $drush ne-export 10 > node.json
  39. b) For more than one nodes, you can write their nids seprated by space.
  40. $drush ne-export 1 3 4 > node.json
  41. CONFIGURATION
  42. -------------
  43. The module provides a configuration form under:
  44. Configuration > Content authoring > Node Export Settings
  45. MAINTAINERS
  46. -----------
  47. * Gaurav Kapoor (gaurav.kapoor) - https://www.drupal.org/u/gauravkapoor
  48. Supporting organizations:
  49. * OpenSense Labs - https://www.drupal.org/opensense-labs