I am just wondering how can I extract the Relation Field Data in the Output File.
Eg: If I want to export all the Products Objects in that I want the Category Information to be Id and Name.

so my data would like
{
"Id": 54,
"Name": "Keaton Tote",
"Description": "Some Product Description",
"image": {},
"P_category": {
"Id": 54,
"Name": "Category Name 1",
},
"By Store": "15"
}
Also, in config I have set the destinationPath but still the Export file was always on Root Dir.
FYI, I have setup Pimcore v6.6
Thanks,
I am just wondering how can I extract the Relation Field Data in the Output File.
Eg: If I want to export all the Products Objects in that I want the Category Information to be Id and Name.
so my data would like
{
Also, in config I have set the destinationPath but still the Export file was always on Root Dir.
FYI, I have setup Pimcore v6.6
Thanks,