• v7.8.0
    • v7.11.0 (latest)
    • v7.10.0
    • v7.9.0
    • v7.8.0
    • v7.7.0
    • v7.6.0
    • v7.5.0
    • v7.3.0
    • v7.2.0
    • v7.1.1
    • v7.1.0
    • v7.0.8
  • Services & Support
  • Devo.com
  • Contact
    • Contact Us
    • Request a Demo
    • Partner Inquiry
  • Log In
    • USA Devo
    • EU Devo
PREVIOUS
Web group
NEXT
Opaque URI (opaqueuri)

Searching data / Building a query / Operations reference / Web group / Absolute URI (absoluteuri)

Download as PDF

Absolute URI (absoluteuri)

Description

You can apply this operation either as a Filter or Create column operation:

Filter

Retrieves only absolute URIs from a specified field.

Create column

Creates a Boolean column that shows true if a given URI is absolute.

What is an absolute URI?

An absolute URI is a URI with no fragment component. Absolute URIs typically take the form protocol://domain/path. For example, http://www.devo.com/resources is an absolute URI.

How does it work in the search window?

Select Filter / Create column in the search window toolbar, then select the Absolute URI operation. You need to specify one argument:

ArgumentData type
URI (mandatory)
string

If you use the Create column operation, the data type of the values in the new column is boolean (true or false).

Example

In the demo.ecommerce.data table, we want to get only the events where the URIs in the referralUri column are absolute. To do it, we will apply a Filter using the Absolute URI operation.

The arguments needed for the filter are:

  • URI - referralUri column

Click Filter data and you will see the following result:

Click Create column and follow the same steps to add a new Boolean column that shows true when the URIs in the referralUri column are absolute.

How does it work in LINQ?

Use the operator where...  to apply the Filter operation and select... as...  to apply the Create column operation. This is the syntax for the Absolute URI operation:

  • absoluteuri(string)

Examples

You can copy the following LINQ script and try the above example on the demo.ecommerce.data table:

from demo.ecommerce.data
  where absoluteuri(referralUri)

And this is the same example using the Create column operation:

from demo.ecommerce.data
  select absoluteuri(referralUri) as absolute_uris
Download as PDF

PREVIOUS
Web group
NEXT
Opaque URI (opaqueuri)

Export

See what Devo can do for you. Request a demo!
Discover what's new (Release notes)
  • v7.8.0
    • v7.11.0 (latest)
    • v7.10.0
    • v7.9.0
    • v7.8.0
    • v7.7.0
    • v7.6.0
    • v7.5.0
    • v7.3.0
    • v7.2.0
    • v7.1.1
    • v7.1.0
    • v7.0.8
  • Services & Support
  • Devo.com
  • Contact
    • Contact Us
    • Request a Demo
    • Partner Inquiry
  • Log In
    • USA Devo
    • EU Devo
  • +1 888 6830910 (USA)
  • +34 900 838 880 (Spain)
Copyright © 2019 Legal Terms Privacy Policy Cookies Policy

Powered by Confluence and Scroll Viewport