02 Apr 2014
Can you share your fastload script?
02 Apr 2014
Hi ,
Are you sure that this was the Table structure that you gave, there was a missing Column between CODE & DESC columns.
Thanks & Regards,
Adharssh.
Share the Knowledge. Feel the Happiness, When you share/Teach it.
Hi
I have a table with 3 columns which loads thru FLOAD script
CT DEMO(
DT VARCHAR(10),
CODE CHAR(2)
DESC VARCHAR(255)
)
My file is
2014-04-02|13|demo
This is being logged in ET table and it is hsowing the error field name as DESC column.
Any clue on this?