PathUrlExtractor
Description
Returns the path of the URL provided as string. A new column is created for the results.
Use
- Argument:
- Select an argument. (String)
- Output field name:
- Enter an output field name.
Example
String value | PathUrlExtractor() returns |
---|---|
https://www.automationhero.ai/automation_is_awesome/hero/?p1=123&p2=456&p3=789 | /automation_is_awesome/hero/ |
Hero Platform_ Example
An example of this function can be found in Hero Platform_'s library of examples.
Download the example titled "function_PathUrlExtractor" to see an example of this function.