|
|
Rank: Newbie
Joined: 1/9/2008 Posts: 2
|
Greetings,
I've got about 200 pages in an old PHP/Text format that I'd like to import into Umbraco. What's the best way to do this? I don't see any documentation.
I already have the files prepared in such a way that I can just parse them and make some C@ objects that will conform to the Document Types / Templates that I've made in umbraco. I just need to figure out how to actually *import* everything :)
|
|
 Rank: Addict
Joined: 7/19/2006 Posts: 577 Location: Bad Homburg, Germany
|
I have made this via webservice. Give me your email and I will send you my sample code... Thomas
• 2007/2008 MVP • www.thoehler.com • Bad Homburg, Germany
|
|
 Rank: Enthusiast
Joined: 12/16/2007 Posts: 15 Location: Auckland, NZ
|
Hi Thomas,
I would be quite interested in having a look at this code if possible. umbraco -at- sniper.co.nz
Paul
|
|
Rank: Newbie
Joined: 9/26/2007 Posts: 10
|
Hi Thomas :), does your code include Publishing the content? I have an issue where .Publish() method displays as published except the Link to Document field is empty - have you seen anything like that?
Cheers
Mike
|
|
 Rank: Devotee
Joined: 11/9/2006 Posts: 47 Location: Stockholm
|
Use the library.PublishSingleNode method, works like a charm :)
|
|
|
Guest |