Module Description
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, it will generate the sample CSV file and it will be available for you to download. Refer this CSV or fill this CSV. Upload the same 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.
* For Entity Reference field(Content) - put the title of the node colon separated Eg: title1:title2:title3
* Additionally this module supports Geolocation, Timestamp, Boolean, Date fields.
* 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.
* Sample CSV will be generated and will be available after selecting the content type.
* Please give write permission to /sites/default/files to generate the sample files.
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, it will generate the sample CSV file and it will be available for you to download. Refer this CSV or fill this CSV. Upload the same 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.
* For Entity Reference field(Content) - put the title of the node colon separated Eg: title1:title2:title3
* Additionally this module supports Geolocation, Timestamp, Boolean, Date fields.
* 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.
* Sample CSV will be generated and will be available after selecting the content type.
* Please give write permission to /sites/default/files to generate the sample files.
Module Link
Project Usage
3015
Security Covered
Not Covered By Security Advisory
Version Available
DEV
Module Summary
Content Import module aims to solve the task of importing data from a CSV file for Admin users in a Drupal website.
Data Name
contentimport