MalteJanz / sw-sync-cli

CLI for fast and flexible data transfer between shopware and (CSV) files over API
MIT License
3 stars 3 forks source link

Add schema validation #10

Closed MalteJanz closed 2 months ago

MalteJanz commented 2 months ago
MalteJanz commented 2 months ago

We could also try to validate values / types on import, but you can't catch everything there (like unique constraints or foreign key existance).

The sync API is already responding with a good error for it (it is currently also used to sort out invalid rows and retry with the remaining ones).

MalteJanz commented 2 months ago

closed by https://github.com/MalteJanz/sw-sync-cli/pull/16