I'm using a CSV upload to create matrix child item...
# general
d
I'm using a CSV upload to create matrix child items. I'm very certain they are new and unique but I'm getting the error: "Uniqueness error - there is already an item with that name or name/parent combination." Is there anywhere I should be looking specifically? I double checked the name field.
b
Do you have unique combinations of matrix option fields?
d
yes i do
do you have to upload the parent line every time?
message has been deleted
message has been deleted
c
If there are multiple lines that reference the same parent record (whether the actual parent item, or the child item when dealing with subrecords), make sure they're contiguous in the CSV file -- in other words, with no gaps between references to the same parent item.
d
There are no gaps, I'm doing an upload with just 2 lines and they are both children on the same parent.
Hmm, am I in trouble here?