 | This guide will help you learn how to filter out the strings that contain invalid IP address formats. The Is IP Valid function is based on validation with Regular Expressions. |
Configuration
To start validating IP address formats,
- Configure data sources and provide the mapping
In this example, we will use the following table as a source:
- Open the Filter (or Validate) node
- Click on the String section to find the Is IP Valid icon
- Drag-and-drop it to the Filtration's work panel
- As well, drag-and-drop the field that contain values for validation
- Map the nodes according to the picture below
- Press Ok and close the Filtration window
Now the output table will contain only those records where the Column field value is entered in an IP address format.
Preview
To preview the results, right-click on the output node and select "Preview Results". The following window will pop up:

Close the window and continue data integration.
See also
Is URL Function