Hi. I receive a text file from a mainframe. It contains decimal amount (e.g. 14.99) recorded in the text file as 1499. When I import the test file in a field formated for 2 decimal, I get 1499.00.
I have gone around this by writing a query to divide by 100. However, is there a clean way to bring in 1499 as 14.99? I tried using both a new table and an existing table with formats
I have gone around this by writing a query to divide by 100. However, is there a clean way to bring in 1499 as 14.99? I tried using both a new table and an existing table with formats