Extract URI Info

This node extracts the selected components of an URI.

Options

Column selection
Column containing the URIs to extract information from. URIs are made up of several components, such as scheme, authority, path, query, and fragment. For instance, in the URI "https://www.example.com:8080/path/to/resource?query=example#fragment", the scheme is "https", the authority is "www.example.com:8080", the path is "/path/to/resource", the query is "query=example", and the fragment is "fragment".
Authority
Append column with authority information of the URI. The authority component of a URI is typically composed of the user, host, and port.
Fragment
Append column with fragment information of the URI. The fragment component of a URI is the last part of the URI that starts after the '#' symbol. It is often used to identify a specific section or element within the resource.
Host
Append column with host information of the URI. The host component of a URI typically represents the domain name or IP address of the server where the resource is located.
Path
Append column with path information of the URI. The path component of a URI is the section that comes after the authority. It specifies the hierarchical location of the resource on the server.
Port
Append column with port information of the URI. The port component of a URI specifies the network port number on the server where the resource is hosted.
Query
Append column with query information of the URI. The query component of a URI is the part that comes after the '?' symbol. It typically contains key-value pairs that provide additional parameters or instructions for accessing the resource.
Scheme
Append column with scheme information of the URI. The scheme component of a URI indicates the protocol or method used to access the resource, such as "http", "https", "ftp", etc.
User
Append column with user information of the URI. The user component of a URI typically contains the username and, optionally, the password required to access the resource.

Input Ports

Icon
Table that contains an URI column.

Output Ports

Icon
Input table with the selected URI components appended as columns.

Popular Predecessors

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.