Hi, I'm using a dynamic input tool to connect to an Oracle database and I cannot get it to output the numeric data correctly.
The underlying data is held as a numeric but the tool insists on outputting the data as an INT64. I've tried to explicitly cast the column in the select statement to a decimal(20,6) but it doesn't change the tool's output.
This is causing rounding issues down the line when comparing source to destination; does anyone have any hints or tips?
Thanks,
Tom