I am importing a CSV file using the Squidex CLI.
There is a key field in the schema which is unique.
Our requirement is to perform the import multiple times with some data being changed.
Currently, I get an error saying the key field is already defined, due to it being unique, so I have to delete all content initially, then re-do the import.
Is there a way to update data on Squidex using the CLI, rather than just insert?