Hi all
Maybe the most stupid question but I really can't figure it out ... Please help
I have the following table and I am trying to import the attached file. I am using Toad for Oracle version 13.1.
CREATE TABLE MY_IMPORT
(
MY_DATE DATE,
MY_VAL NUMBER
);
For some reason I don't understand, the Wizzard is not processing correctly the "." as a decimal point, so the number is imported as 40607 instead of 4,0607. I am attaching also a screenshot of the configuration I am using.
What am I doing wrong?
Thank you,
Marius