The Data export module in Drupal is a great tool to get all data onto a Content-type effortlessly.
The following steps describe how to export data using this module.
- First, we have to enable the Data Export module.
- Then, create a View of the Content type.
- Add all the fields needed to be exported.
- Then click the add button and select the Data export from the list.
- Set the format you needed for the file(eg: csv).
- Set the path you needed to get the data(eg: /data-export).
- Set Display all items in items to display.
- Make necessary changes you needed.
- save the view.
Open the path(/data-export) and you can see that the data file downloaded.
Categories