I'm quite new to umbraco and have couple of question about importing large amount of content (around 10,000+). I tried CMS Import but it's slow, plus I would like to log errors, if any will arise.
Thus, is there any more efficient way to import content via code ?
You can write your own import scripts that can be called using Chauffeur.
Here is a video talking about it, I have shared the link at the point where he demos what it can do, but basically it allows you to run a console app in the context of umbraco.
Efficient import of large amount of articles
Hello everyone,
I'm quite new to umbraco and have couple of question about importing large amount of content (around 10,000+). I tried CMS Import but it's slow, plus I would like to log errors, if any will arise.
Thus, is there any more efficient way to import content via code ?
Thanks.
Hi Gleb
You can write your own import scripts that can be called using Chauffeur. Here is a video talking about it, I have shared the link at the point where he demos what it can do, but basically it allows you to run a console app in the context of umbraco.
https://youtu.be/CQFu3fmIdms?t=746
Cheers
Paul
Hi Paul,
I will look in to that. Thanks for your support!
Gleb
is working on a reply...