Question
Issue while using import csv to DB
i am trying to use import csv to db, with using these columns, but only 3 columns value is going to save and other columns save with null values. give me quick solution for it
="Region,
Country,
ItemType,
SalesChannel,
OrderPriority,
OrderDate,
OrderID,
ShipDate,
UnitsSold,
UnitPrice,
UnitCost,
TotalRevenue,T
otalCost,
TotalProfit"


