Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
node_export
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
node_export
Merge requests
!3
Issue
#3330589
: Change readme.txt to readme.md and update content
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3330589
: Change readme.txt to readme.md and update content
issue/node_export-3330589:3330589-change-readme.txt-to
into
8.x-1.x
Overview
11
Commits
6
Pipelines
2
Changes
2
Merged
Dheeraj Jhamtani
requested to merge
issue/node_export-3330589:3330589-change-readme.txt-to
into
8.x-1.x
2 years ago
Overview
11
Commits
6
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
8.x-1.x
version 6
4b04e452
1 year ago
version 5
b9ae29dc
1 year ago
version 4
6c5f64d8
2 years ago
version 3
67c73fb6
2 years ago
version 2
6a5f83a0
2 years ago
version 1
3e876d1a
2 years ago
8.x-1.x (base)
and
latest version
latest version
fd385878
6 commits,
4 months ago
version 6
4b04e452
6 commits,
1 year ago
version 5
b9ae29dc
5 commits,
1 year ago
version 4
6c5f64d8
4 commits,
2 years ago
version 3
67c73fb6
3 commits,
2 years ago
version 2
6a5f83a0
2 commits,
2 years ago
version 1
3e876d1a
1 commit,
2 years ago
2 files
+
87
−
77
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
README.md
0 → 100644
+
87
−
0
Options
# Node Export
This module allows users to export nodes and then import them it into another
site, or the same site.It allows users to export/import
nodes if they have the 'export nodes 'or 'export own nodes' permission, have node
access to view the node and create the node type, and the node type is not
omitted in node export's settings. The module does not check access to the
filter formats used by the node's fields; please keep this in mind when assigning
permissions to user roles.
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/node_export
)
.
Submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/node_export
)
.
## Table of contents
-
Requirements
-
Installation
-
Usage
-
Configuration
-
Maintainers
-
Supporting organizations
## Requirements
This module requires no modules outside of Drupal core.
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/installing-drupal-modules
)
.
## Usage
1.
To export nodes, either:
-
Use the 'Node export' tab on a node page.
-
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.
1.
You can provide all the node ids you want to export
wish to export and then choose 'Node export' under the
'Update options'.
1.
To import nodes that were exported with Node export, either:
-
Use the form at 'Node export: import' under 'Admin/content'.
-
Paste the export code you generated in export function and click submit.
1.
You can also export the nodes using drush command.
`drush ne-export 'nid' > 'filename'`
-
For example, 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`
-
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
)
-
CG Monroe -
[
cgmonroe
](
https://www.drupal.org/u/cgmonroe
)
-
[
danielb
](
https://www.drupal.org/u/danielb
)
-
Tushar Mahajan -
[
chia
](
https://www.drupal.org/u/chia
)
-
[
James Andres
](
https://www.drupal.org/u/james-andres
)
## Supporting organizations
-
[
OpenSense Labs
](
https://www.drupal.org/opensense-labs
)
-
[
Axelerant
](
https://www.drupal.org/axelerant
)
-
[
Cyber-Duck
](
https://www.drupal.org/cyber-duck
)
Loading