Hi
Let me try to explain giving an example.
I made a table in baserow and imported data from Airtable.
It has 2 coulmns and 3 rows
Name Date of birth
John 22/1/1990
Doe 1/11/1999
Molly 2/3/1996
Now my list in airtable got updated to 5 rows.
Name Date of birth
John 22/1/1990
Doe 1/11/1999
Molly 2/3/1996
Simon 4/2/1994
Michael 7/3/2000
When i imported the new CSV it did not skip the already added rows and now the total number of rows became 8 instead of being 5.
Is there any way to avoid adding row that that already exits? Can a primary field be defined which be used to match the existing and New data(if data is primary field matches in old and new row then skip the import of that row).