This project is not covered by Drupal’s security advisory policy.

Tired of Creating/Updating entities? Now you can create/update entities and referenced entities using this module quickly and easily, through a single csv file upload. If your content type refers to any other entity, the content for your content type and that entity will now be created automatically.
You can also create content for multivalued field ,implement taxonomy hierarchy and user.
just follow the given instructions:-

1. Create a folder named csv in your /default/files folder.
2. Download the module.
3. Install and enable it. Clear your cache.
3. Go to /admin/content.
4. A new tab named Import Through CSV will be created under Contents.
5. Click the tab and Select the entity required to be created.
6. Select Content and the content type you want to create / update , Taxonomy for taxonomies and User for User.
7. If you want to update existing content, check Update.
8. Create a CSV file, which will have its column titles, same as the machine name of the fields of that content type. For eg:- If you have a field with machine name field_author in content type (Book), the title of the column(containing author names) will also be field_author.

a. The CSV must contain a title column to create title of the selected Content Type or term column if you only want to create taxonomies.

b. If you have a multivalued field, you will have to fill all its value in the same cell of the CSV file and separate it with | symbol. For eg:- field_phone is a multivalued field. The column of field_phone in the CSV file will have the phone numbers in the same cell (1234567890|23456790|27898765) etc.

c. If you want to implement the taxonomy hierarchy feature of Drupal, You will have to mention the parent of the taxonomy term in the CSV file under parent column. For eg:- Classics falls under genre Fiction which in turn falls under Story Book. So if you want to create the taxonomy term Classic, mention its parent Fiction(immediate parent) under parent column of the CSV file. If Fiction is not created, it will be created first, and then Classic will be created with the flow.

d. If you want to create Users. Mention their name under name column, mail under mail column etc of CSV file.

7. Upload the file and the contents will be created and updated if Update is checked. If the selected content type refers to any other entity, the content of that entity will also be created at a flow, followed that you have given all the contents in that same CSV file.

Supporting organizations: 
Sponsored
Sponsored

Project information

Releases