Uri functions
Uri functions functions for Power Query M language.
Functions
Function | Description |
---|---|
Uri functions | Construct the data query by combining the necessary information into a URL query string, ensuring that characters are properly formatted for transmission. |
Uri.Combine | This function produces a complete URI by combining a given base URI with a relative URI. |
Uri.EscapeDataString | This software function encodes specific characters in the input information based on the guidelines outlined in RFC 3986. |
Uri.Parts | This function extracts different components of the provided absoluteUri and organizes them into a structured record. This record includes details such as Scheme, Host, Port, Path, Query, Fragment, Use... |