Export Entity with all Associated entitys and their attributes to excel

0
Hi everyone, I'm working on a project where I have a UseCase entity associated with a User entity, which is further associated with a Questions entity. I'm looking to export data from all of these entities through their associations, in one step. Is there any way to achieve this using tools like ExcelExporter or MXModelReflection? Any guidance or examples on how to set this up would be greatly appreciated! Thank you in advance for your help! Best regards
asked
1 answers
0

I think the excel exporter module can help you out. It does depend a bit on the domain model. In your case you will probably need to start from the questions and gen the user via association and then the usecase. With the help of the xpath filtering option you should be able to achieve the desired result.

answered