I finally have a project to do where there will be csv importing. This is working quite well but I have a couple questions:
Updating works great but I have a complication. I have records where the unique field I use for updating is only unique within a category. It may exist in other categories. Is there a way to specify uniqueness within a category only instead of across all categories?
My second question is can we use a composite unique id? That would solve my problem in the first question.
I finally have a project to do where there will be csv importing. This is working quite well but I have a couple questions:
Updating works great but I have a complication. I have records where the unique field I use for updating is only unique within a category. It may exist in other categories. Is there a way to specify uniqueness within a category only instead of across all categories?
My second question is can we use a composite unique id? That would solve my problem in the first question.