You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, if this question has been asked and the answer is simple, but I have spent the last few hours researching the answer and have been unable to find it.
I have a simple product entity that has a name and a one to many relationship with a manufacturer entity.
I would like to try and import a CSV file that simply has a product name and manufacturer name as the column headers that then adds the products with the associated manufacturer.
I have tried using name and manufacturer and name and manufacturer.name, but it has not worked.
I have also tried using a StringToObjectConverter and used the manufacturer.id, but that did not work either.
Any help would be massively appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sorry, if this question has been asked and the answer is simple, but I have spent the last few hours researching the answer and have been unable to find it.
I have a simple product entity that has a name and a one to many relationship with a manufacturer entity.
I would like to try and import a CSV file that simply has a product name and manufacturer name as the column headers that then adds the products with the associated manufacturer.
I have tried using name and manufacturer and name and manufacturer.name, but it has not worked.
I have also tried using a StringToObjectConverter and used the manufacturer.id, but that did not work either.
Any help would be massively appreciated.
Thanks in advance.
The text was updated successfully, but these errors were encountered: