Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question Reading data from a web page

More
23 Jun 2016 16:54 - 18 Jul 2016 11:30 #1 by Khadija Elyo
Reading data from a web page was created by Khadija Elyo
Hello,
I need to read data from a table in a web page.
Which Metadata should i use and how can i extract data?
Thank you.
Last edit: 18 Jul 2016 11:30 by Khadija Elyo.
More
24 Jun 2016 09:16 #2 by Thomas BLETON
Replied by Thomas BLETON on topic Reading data from a web page
Hi,
Maybe you can set up a webservice invocation, with the help of this article: www.stambia.org/doc/65-technologies/web-...-an-http-get-service
How to do this will depend on the data structure presented by the web page (json, xml, html, xhtml, raw text...), and also depend on the input parameters.

Another solution may be to use a Scripting action to download the page content to a local file, and then parse this file's content. See this forum post, there is an example of a download process: www.stambia.org/kunena/designer-question...te-automatically#565

I hope this helps.