Hi Team,
I need to know how to read the file and insert the data from file to the DB.
I have tried to store the data in static and then insert to the DB, which didnot work.
Please help me with the script.
File Condition:
Reserver_Clearance_499.csv
Query:
insert into reserver_clearance (CARRIER,CARRIER_SERVICE,COMPANY,ERP_ORDER,INTERNAL_SHIPMENT_NUM,ITEM,ITEM_COLOR,
ITEM_DEPARTMENT,ITEM_DESC,ORDER_DATE,ORDER_TYPE,ORIGINAL_ITEM_ORDERED,REQUESTED_QTY,SHIPMENT_ID,SHIP_TO,
WAREHOUSE,USER_STAMP,DATE_TIME_STAMP,CREATEDBY,CREATEDON)
values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
Regards,
Shravya