标签: pentaho pentaho-spoon pentaho-data-integration
我想在转换中创建新列
我从JSON接收到两个列(仪器,价格),但价格是整数值(例如:1.24124-> 124124)。从表输入中我可以得到工具和小数位,因此我想创建一个将价格(来自Json输入)的价格除以10 ^(十进制)(来自表输入)的列。我不知道怎么做。