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

d.sibaud’s picture

and 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 :-)

ParisLiakos’s picture

yes it has to be done, indeed:)

ParisLiakos’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Component: Code » Subscriber
ssoulless’s picture

Priority: Normal » Major
Issue summary: View changes

Hello are you going to make this feature? I think this is very very important!