Issue on Update rows using CSV file

Hi Team,

I am using a table called table 1 with 4 columns. Column 1, Column 2, column 3, column 4. Currently we have 5 records in table 1. Column 1 is the unique column.

Column 1 (Key)Column 2Column 3Column 4
Student 1807050
Student 2353456
Student 3893445
Student 4121212
Student 5344545

Now I want to update the Student 1 and Student 2's Column 2 Data. So I prepared a CSV file like this

Column 1 (Key)Column 2
Student 190
Student 290

When I upload this csv file It update the existing record for the specific column but also make other column values as null

 

Column 1 (Key)Column 2Column 3Column 4
Student 190  
Student 290  
Student 3893445
Student 4121212
Student 5344545

Why other columns are changed to null even though I haven't mentioned the columns names in the csv file? 

@Marc_Dillon @Steve 

0 1 65
1 REPLY 1

I believe this answers you question (see here)

Top Labels in this Space