I am trying to set certain columns of my data to the fixed decimal type with the format 19.2. There should never be more than 19 integers to the left and I only need it to two decimal points.
For some reason, I am getting errors that the values are not valid for fixed decimal even though the are numbers. They were also formatted as numbers in the original input file. See the screenshot below for some of the examples.

Any idea what is happening and how to fix?