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
FG
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
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
Hi @Paddymaster,
isn’t using String to Number node sufficient? It won’t do anything to number columns
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.