importing csv data issues

I’m trying to import into my named dataset multiple times with a new version of my database.

The import does not seem to completely overwrite my dataset with a new copy. I now have duplicates etc … is this the wrong way to think about things? I would like to start fresh and don’t want to have generate and connect to new copies all the time.

Would appreciate some ideas on this.

Also, is there a way to delete unused datasets. I don’t see that option either within the editor or the manage databases.

Thanks,
Deborah

Hi Deborah,
Firstly, note currently there’s no option to delete / rename DN collections. You can either delete the records using the editor or some code which can be a bit faster

You can checkout the correspondence here regarding deleting your DB collection records using code.

If you wish to delete the records using the editor, you can press Ctrl + click on the relevant records. Afterwards, you can click right click and delete.

Best,
Tal.