Hi all, im looking to import an XML feed/data into Editor X. The collection point will be every 12 hours or daily, but I need to configure X to retrieve the feed
What is the best way of doing this and is it possible using Editor X?
Many thanks
Hi all, im looking to import an XML feed/data into Editor X. The collection point will be every 12 hours or daily, but I need to configure X to retrieve the feed
What is the best way of doing this and is it possible using Editor X?
Many thanks
I’m not remarkably familiar with XML, but could this help you:
https://www.wix.com/velo/forum/tips-tutorials-examples/parsing-xml-data-structures-with-velo
Hey @rob73666 , you can use this library: https://codingbeautydev.com/blog/javascript-convert-xml-to-json/ which you import from NPM: https://www.npmjs.com/package/xml-js
and it is supported by Velo! See my video:
https://www.screencast.com/t/v6Rtn9UaVr
I hope this helps!