omeka-s-modules/CSVImport

"Skip row" action purpose?

Closed this issue · 2 comments

The "Action" dropdown under advanced mostly is pretty easy to understand: it changes what the importer does for every row: create, delete, and several types of update.

What purpose does "Skip row" serve? The action determines what to do for all rows, so setting to Skip row is basically saying "Do nothing" as far as I can tell.

It is to skip the row, so it imports nothing...
Mainly for testing purpose, it can be removed.

Thanks.