Integer Value identification

PARA
Level 1
Integer Value identification

How do i flag integer value in a column using visual recipe.

0 Kudos
1 Reply
Manuel
Dataiker Alumni

Your scenario is not entirely clear:

- If it is to find an integer within a String column, you can use the "Extract with regular expression" processor. This processor can create a special "found" column;

- If it is to find the integer within a Double column, you can use a Formula processor to test (with an If statement) whether the Floor  of a number [floor(4.7) returns 4] equals the number.

0 Kudos