• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Francisco Salinas

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    Francisco Salinas

    @Francisco Salinas

    0
    Reputation
    138
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Francisco Salinas Unfollow Follow

    Latest posts made by Francisco Salinas

    • RE: HTTP Retriever - Value RegEx works whit accent

      Hi phil. Thanks you. I used your recommendation and found that the regex value was waiting instead of Cerro Patacón, Cerro Patacún.
      I changed that in the regex value and voila. is working.

      ú ú
      ó ó
      í Ã
      é é
      á á

      posted in How-To
      F
      Francisco Salinas
    • RE: HTTP Retriever - Value RegEx works whit accent

      I get this error:
      Validation error - No value match made for point Cerro Patacón

      posted in How-To
      F
      Francisco Salinas
    • RE: HTTP Retriever - Value RegEx works whit accent

      Sorry my error the original regex value is
      <tr><td><span>Cerro Patacón</span></td><td><span>(.*?)</span></td></tr>
      I try you suggestion
      <tr><td><span>\Cerro Patacón\</span></td><td><span>(.*?)</span></td></tr>
      but I get this error:
      Illegal/unsupported escape sequence near index 15 <tr><td><span>\Cerro Patacón</span></td><td><span>(.*?)</span></td></tr> ^

      posted in How-To
      F
      Francisco Salinas
    • HTTP Retriever - Value RegEx works whit accent

      Hi. I am trying to get points from a web page using HTTP Retriever. Everything works fine until in the RegEx Value I place a word with access. for example:
      <tr><td><span>(Cerro Patacón)</span></td><td><span>(.*?)</span></td></tr>
      I get "Validation Error - No value match made for point Cerro Patacón.
      How can I solved it?

      Thanks you in advance..

      posted in How-To
      F
      Francisco Salinas