I would like to create new column in my transformation
From JSON I receive let's say two colums (instrument, price) but the price is in integer value (for example: 1.24124 -> 124124). From the table input I get instrument and decimal places, so I would like to create column that take price (from Json input) and divide it by 10^(decimal) (from Table input). I do not know how to do it.