Hello there,
I have an issue while reading metadata of a table.
My Table "Wells" has below Scale(Length) and Precision defined for respective columns.
Column Type Scale Precision
elevation float 3 3
depth float 3 2
total float 3 2
I read from the table(Wells) with TableInput step and pass on the output to next step(Select Values) to check the meta-Data. But inside the Meta-Data tab of "Select Values" Step am having incorrect Scale and Precision values. Please see below.
Column Scale Precision
elevation 3 3
depth 2 3
total 2 3
It returns the Scale and Precision correctly for first column but not for the rest. Is there something which i have to do to retrieve correct meta values?
Thanks,
Ravinder
I have an issue while reading metadata of a table.
My Table "Wells" has below Scale(Length) and Precision defined for respective columns.
Column Type Scale Precision
elevation float 3 3
depth float 3 2
total float 3 2
I read from the table(Wells) with TableInput step and pass on the output to next step(Select Values) to check the meta-Data. But inside the Meta-Data tab of "Select Values" Step am having incorrect Scale and Precision values. Please see below.
Column Scale Precision
elevation 3 3
depth 2 3
total 2 3
It returns the Scale and Precision correctly for first column but not for the rest. Is there something which i have to do to retrieve correct meta values?
Thanks,
Ravinder