HI all,

I made a new content type called books. I'm using Node Import to import a csv with a field called Name which is realy the book's title. I want that field to also be the title field of the content type 'books' but I don't know how to make it match. Is there any php you could share that I could use on my content type so that name becomes title, also?

Connie

PS Tried mapping Name to Title, but Title doesn't show up in the list to be mapped.

Comments

KingMoore’s picture

Title should show up on the list of fields you can map to, unless you have changed the label of the title field to something else on your content type.

conniec’s picture

You rescued me from my duh-moment. I HAD changed the label. Thanks!

Connie