I need to transform multiple columns, but i need some of them as interger and other as double

Is there any node that can cast multiple columns at the same type with multples selection for each column

Hi Jesus,

so you want to cast multiple string type columns to numbers? Some into integers some into double?

You can use the “String to Number” Node

image

Just select the columns to transform manually or via wildcard or regex

3 Likes