Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
175 stars 86 forks source link

[FEATURE] Export nested data as model.Name #115

Open Nihal-10 opened 1 year ago

Nihal-10 commented 1 year ago

Hi, so my model looks like this image as you can see color component contains many attributes and after exporting same data I am getting this in object form image

I want data like this Colors[0].price, Colors[0].sku,Colors[1].price, Colors[1].sku