if datatype

Is it possible to proof a datatype ?

i want to proof a column. If the column is string then it must do a String to Number node. If the column is a number than do nothing :slight_smile:
FG

Hi, In the filter column node you can select variables by type. Then do 2 branches for each treatment and add a join by rowid at the end.

Best regards,

Fabien

1 Like

Hi @Paddymaster,

isn’t using String to Number node sufficient? It won’t do anything to number columns :slight_smile:

Only be careful if you have JSON or Date&Time column as they will be included automatically as well…

Br,
Ivan

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.