Hi I have a data set where I have to filter out all the records if the value is not Number or if the value does not contain '-'
Input:
| Value |
| I-12345 |
| 23455 |
| KLMABC |
| ABC6666 |
| 123 |
| Pending |
Now in the above, Only three of the above comes under our rules
Output:
The above value is either number or contains '-'