VirtoCommerce / vc-platform-core

Project moved to https://github.com/VirtoCommerce/vc-platform/tree/release/3.0.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add export support to Catalog module

yecli opened this issue · comments

Following entity types should be supported:

  • Catalog
  • Category
  • Product

For Json it should be possible to export nested entities, though default included column set should not include all nested objects.
For CSV - we can do tabular objects without collection properties (can include some useful properties form 1-to-1 nested entities).