- Issue created by @ressa
- 🇩🇰Denmark ressa Copenhagen
It would probably be best if the issue ✨ Update entities based on a selected unique field rather than entity id. Needs review is completed first, so making this issue a child issue of that.
I know the module is called CSV Importer, but wouldn't it be great if instead of uploading a CSV-file and doing all the configuration, you could create nodes simply by pasting a list of content into a form, and clicking "Import"?
This would allow non-technical users to create nodes very easily, simply by pasting content into a field and clicking "Import".
Add support for importing a list of content, simply by pasting content into a form, and clicking "Import":
title;field_address
Tailor shop;Tailor street 142
Baker shop;Baker Street 24
The Farm;Farmer Street 1
All variables should be set in advance by the Drupal administrator, in a separate form-import configuration page:
These pre-defined variables will be shown on the form-import page, below the form. Something like this:
- You can create Articles, using this format:
title;field_address Actual title 1; Actual address 1 Actual title 2; Actual address 2
- Unique field is
title
- Delimiter is
;
Paths
Active
1.0
Code
It would probably be best if the issue ✨ Update entities based on a selected unique field rather than entity id. Needs review is completed first, so making this issue a child issue of that.