Hello,
In my input data (xlsx file), I have financial numeric fields so precision is paramount.
So I decided to change to type from V_String to Fixed Decimal.
I'm having 2 types of conversion errors :
Error 1: "3.3320348528E8" is not a valid FixedDecimal. FixedDecimal values must be of the form: -nnn.nn
Error 2: "0.07650814271753212" has too many digits after the decimal and was truncated.
The first error, I think it's an excel error. But I dont know how to get around it.
The second error is probably a parameter error on my part. In the select tool, I put Fixed Decimal (255.15)
Thank you in advance.