I have a small problem. When I try to update a catalog from a .csv file, it reports me that the existing catalog does not know the id column (it has the id column of course). Our workaround is to add missing columns, remove existing id column and use imported one as new id column. The import .csv seems to be alright.
I have a small problem. When I try to update a catalog from a .csv file, it reports me that the existing catalog does not know the id column (it has the id column of course). Our workaround is to add missing columns, remove existing id column and use imported one as new id column. The import .csv seems to be alright.
Does the import method not expose the id?
Thanks!