Filler in SQL Loader
Hi
I have CSV in the following format
"E001", "0", "0", "SALES", 12345
"E002", "0", "0", "MARKETING", 67891
The staging table as structure below
Empcode
Department
Sales
How do I skip second and third column which are always filled with zero in CSV
Kindly assist
Thanks