Content Import

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.

  1. Goto the Admin > Configuration Page
  2. Under Content Authoring, click Content Import
  3. Select the content type that you need to import data and choose the CSV file which is ready to import
  4. Make sure the first row of the CSV file having machine name as columns. This is required to match the data with content type
  5. Add title and langcode column in CSV file if it is not listed in the content type machine name. These 2 are mandatory fields
  6. For Image type field, upload your images to /images folder and mention the image name in the column
  7. 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
  8. For Entity Reference field(Users) - put the user's email address comma separated. If the User is not exists it will create automatically.
  9. 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