[IMPLEMENTED] CSV Import via CLI (Upsert)

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?

Simple answer: No. You could change it to a feature request. Could be implemented by defining a key field over the options or so.

I have added this feature to the CLI, but I have to complete a change to the Squidex API as well to make this work.

This topic was automatically closed after 2 days. New replies are no longer allowed.