Import CSV having Page name & attributes

Permalink 2 users found helpful
Hi Guys
I'm building a site which needs to have an import option. The import will be a simple CSV import. It includes the Page Name, 4 different page attributes.
I cannot add it manually as there will be a bulk no of imports. Is there any way to do that? Please help me!

Thanks in advance

Rony

ronyDdeveloper
 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Anyone?
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Bump!
nebuleu replied on at Permalink Reply
nebuleu
You can for example create a single page or a tools script, read a CSV in input and create your pages with Page::add() and $page->addAttribute() function.
http://www.concrete5.org/documentation/developers/pages/overview...

If you want a supported import format, check the CIF (content import format).
http://www.concrete5.org/documentation/how-tos/developers/concrete5...
Sarah9123 replied on at Permalink Reply
Same problem here guys.. im trying to figure out a way around it but so far no luck, even with the help from those links you posted nebuleu. I'll keep trying though and post back here when i figure it out though :)

Sarah