Question
Import data from CSV to DB, saving null value
I am trying to upload data from CSV to DB with these columns value -
Region,
Country,
ItemType,
SalesChannel,
OrderPriority,
OrderDate,
OrderID,
ShipDate,
UnitsSold,
UnitPrice,
UnitCost,
TotalRevenue,
TotalCost,
TotalProfit"
but having a issue while save the data to db... it save the first 2 columns value and orderId value(PK) only and other columns saving with null value.....


please give me a quick solution
