RSS Atom parser

Anyone can direct me how to parse RSS ATOM feed into separate entries in a list?

Since the RSS feed is in XML, it’s a bit tricky to parse into JSON, especially client-side. We’ll see if we could enable it as a built-in data resource type, but a combination of the HTTP request node to get the raw XML string and the JavaScript node to parse it should get you there, but it does require a bit of coding skill – something like https://css-tricks.com/how-to-fetch-and-parse-rss-feeds-in-javascript/ came up with a quick Google search.

1 Like

I also have a REST API that returns XML instead of JSON. It would be great if this was supported in the data feature.

Even if it was just converted to ugly JSON would be handy. I can provide some short javascript code.

1 Like

Created an issue on this! https://tracker.appgyver.com/feature-requests/p/support-for-apis-that-return-xml-data

1 Like

Hi Harri.
I really like Composer Pro and the direction it goes. But I am “low coder” that has litle-to-no idea on how to deploy that. Deploying XML parser to Appgyver looks the same as deployment in Android studio for me. It would be really GREAT if you guys can help in some way. Looks like there are other people that require XML parser as well. Thank you.