How to parse RSS File with Azure Mobile Services Scheduler

Good Morning, I'd like to parse an RSS Feed by Azure Mobile Services Scheduler (Server Script). I should like to run an server script which consume an RSS Feed an insert results to Azure Database. But ... I can't find any example for this.

Can someone help me? Any examples or experience?

Thanks a lot

this sample parses a feed from nuget: Send Push Notifications at Periodic Interval with the Mobile Services Scheduler

The team has plans to add some node modules which deal with XML data in the near future to the Azure Mobile Service runtime. Once those modules are in place, you should be able to require them and treat the incoming XML data easier. I'll try to update this answer once that feature goes into production.