I have a problem with CSV import that is messing up all the data. When I try to import CSV with more than one record with the same Primary field name, it updates another field to be the same.
For example:
Data 1: Frederik (Primary Field) | Kiyomizu 1 (Field)
Data 2: Frederik (Primary Field) | Kiyomizu 2 (Field)
Data 3: Frederik (Primary Field) | Kiyomizu 3 (Field)
It updates as:
Data 1: Frederik (Primary Field) | Kiyomizu 1 (Field)
Data 2: Frederik (Primary Field) | Kiyomizu 1 (Field) <--- incorrect data in field
Data 3: Frederik (Primary Field) | Kiyomizu 1 (Field) <--- incorrect data in field
Is there any way to work around this glitch? Please help! Thank you