Entities really rocks and it would be really good to have a modular input analysis of "subscribers" textarea for subscribers mass import, example:
if I have defined two new fields for Newsletter Subscribers entity, in the textarea for mass importation I'll find a description like this:
To add additional info, use the following format using 0 or FALSE to omit a value: email;firstname;lastname;gender;newsletter-receive-format;[custom-field-name-1];[custom-field-name-2]
and the function newsletter_subscriber_add_mass_submit will take care to get those values and insert them in the specific field table.
what do you think about this feature?
Comments
Comment #1
d.sibaud commentedand as you said in http://drupal.org/node/1498538 the only hardcoded field will remain the email, so the mass import (a feature I will not renounce to) has to implement entity fields in there.
I see, it's easy to say, harder to find the time to code it :-)
Comment #2
ParisLiakos commentedyes it has to be done, indeed:)
Comment #3
ParisLiakos commentedComment #4
ssoulless commentedHello are you going to make this feature? I think this is very very important!