Content Import
Categories
Component ID
2897509
Component name
Content Import
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
3047
Component created
Component changed
Component body
Content Import:
This is the simple module which allow an administrator user to import data from a CSV file.
Content Import makes the Admin user easy to import content from CSV file. Download the module from Drupal.org and enable it. This module supports Multi-lingual data import.
- Goto the Admin > Configuration Page
- Under Content Authoring, click Content Import
- Select the content type that you need to import data and choose the CSV file which is ready to import
- Make sure the first row of the CSV file having machine name as columns. This is required to match the data with content type
- Add title and langcode column in CSV file if it is not listed in the content type machine name. These 2 are mandatory fields
- For Image type field, upload your images to /images folder and mention the image name in the column
- For Entity Reference (Taxonomy) field, put your data in order like vocabulary: term1,
term2, term3... . If the vocabulary/term is not exists it will automatically created - For Entity Reference field(Users) - put the user's email address comma separated. If the User is not exists it will create automatically.
- Click on Import button. After Import, the page will be redirected to content page where nodes created from the imported file.
Note: Refer Readme.txt file before import your CSV File. Check the sample CSV file available in the module
