5 Replies Latest reply on Oct 16, 2013 8:31 AM by shawkins

    Web Scrappping Teiid Translator

    rokhmanov

      Hi,

      I wrote a quick and simple web scrapping translator (a stored procedure which receive two parameters: [http|https] URL and a CSS selector string, and returns a 7 columns-width resultset of html elements passed by this selector). Translator is using jsoup.org html parser.

      The code and example is on GitHub: https://github.com/rokhmanov/teiid-translators/tree/master/translator-scrape . Would you like to have it as a part of Teiid?

       

      Thanks,

      Andriy