Uploads to Interface Tables drop 4 Digit Amounts and Above
We are pulling data from .csv files and use the following in our load control file for an amount field:
Amount char "to_number(trim(:Amount) , '999999999.99')",
And this works great on numbers up to 999.99 and then skips them. The log states ORA-01722: invalid number. What format change do I need to make for this to work?