vzhd1701 / csv2notion

Import/Merge CSV files into Notion database
MIT License
74 stars 10 forks source link

[Feature request]: Delete rows that are not in the new csv file #23

Open TarikTS opened 1 year ago

TarikTS commented 1 year ago

Suggestion

Could it be possible to delete notion's rows that are not on the new csv files to keep the db updated ?

On notion db:

a b c

The new csv file contains:

a c

Then after the merge function, notion's db should be updated like this:

a c