Portal Engine
Version 3.x > Portal Engine > Importing XML feeds into Database View modes: 
User avatar
Member
Member
rhm002-gmail - 10/22/2008 5:54:14 PM
   
Importing XML feeds into Database
Good Day

I need some help with importing a XML feed that conforms to a predefined XSD schema file into the Kentico database.

basically I receive a XML and XSD file on a daily basis, I then need to run a scheduled task to pickup the file end import the contents to the kentico database.

Thank you

Ronald

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 10/23/2008 8:31:28 AM
   
RE:Importing XML feeds into Database
Hello,

you could use a Schedule task to ensure this. Please see here for more details about creating a Schedule task: http://devnet.kentico.com/docs/devguide/scheduling_a_custom_code.htm

You could write a task code which would read the data from XML feed and save it into the database.

Best regards,
Helena Grulichova