Hi, i have one problem. Maybe it is stupid but i can not resolve it.
We want to upload a csv file that has 4 columns, in to the data table that has 14 comums
(ex: big price list, data table with 14 columns)
In that bigger data table first 4 columns are the same as the csv file (CSV new prices), all we want is to update the price list and add some new items.
And it does that it updates and inputs new value in that 4 columns, but it erases reset of the information in all the other 10 columns that is in that data table
How can we upload a csv file without deleting rest of the columns in that data table.
is there a solution???