I have a flat file which I am trying to load through fastload. The flat file has date in the format dd/mm/yyyy
. When I am trying to load it through fastload the records are going in the Error tables. However, when I change the format of date in the flat file as yyyy-mm-dd
00:00:00 its loading for that column its loading fine.
07/27/2011 00:00:00 -- not working
2011-12-15 00:00:00--working
errlimit 1000000;
tenacity 4;
sessions 1;
sleep 6;
dateform Ansidate,
SET RECORD VARTEXT "|*|" ; I am taking dateform Ansidate in the script