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"
Discussion posts and replies are publicly visible
ankits7238
Can you check the header names in your excel matches the field names or provided them in Csv Header Names input?
Ya agree with ankits7238 . Also if you look at it there are only 5 fields mandatory. Just configure them once. Check the output after that as well.
You are on right track just try with configuring other parameters as well. Check the error if you get any and try again.