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
Discussion posts and replies are publicly visible
Verify that all columns in your CSV file are correctly mapped to the appropriate database column name.