csv2notion-neo icon indicating copy to clipboard operation
csv2notion-neo copied to clipboard

Delete rows that are not in the `csv` or in `json` Data

Open IAmVigneswaran opened this issue 1 year ago • 0 comments

https://github.com/vzhd1701/csv2notion/issues/23

On Notion DB:

a
b
c

The new CSV or JSON file contains:

a
c

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

a
c

IAmVigneswaran avatar Feb 11 '24 19:02 IAmVigneswaran