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
But I keep having errors.
the loadAssociationObjectsToEntity seems to get a Proxies which can't be saved in addCategory. (Entity not found error)
Could you please show me an example of implementation with ManyToMany realtionship, and maybe what the reader should return to get it working (supposing the tagName in xml are the field's name in the entity)
thanks !
The text was updated successfully, but these errors were encountered:
Hi guys,
This bundle looks very great but I have some questions about some implementation.
First I have implemented an XmlReader to convert an XML files.
The XML file look like :
I have two entity : brand & categories, with a ManyToMany relationship between them.
Second I have created a customDoctrineWriter (which looks like this one from @intrepion: https://github.com/ddeboer/data-import/pull/124/files )
But I keep having errors.
the loadAssociationObjectsToEntity seems to get a Proxies which can't be saved in addCategory. (Entity not found error)
Could you please show me an example of implementation with ManyToMany realtionship, and maybe what the reader should return to get it working (supposing the tagName in xml are the field's name in the entity)
thanks !
The text was updated successfully, but these errors were encountered: