I’m looking to import nodes. Node import and Feeds are both pretty close, but I have to allow the User to select an optional entry for population.
Here are specifics:
I have a file full of just email addresses. I want to import this list and allow the user to fill out certain fields.
So, let’s say I have
user1(a)email.com
user2(a)email.com
user3(a)email.com
I want the user to be able to say, map this to email, and mark Department as (select list)… HR department. Or even text area. Select the field from the content type, and type in, “HR Dept.”
Suggestions?
Joel Willers