instride-ch / pimcore-data-definitions

Data Definitions Plugin for Pimcore
Other
77 stars 58 forks source link

Add IteratorImportDataSet #383

Open dkarlovi opened 1 year ago

dkarlovi commented 1 year ago
Q A
Bug report? no
Feature request? yes
BC Break report? no
RFC? no
Branch? master

Currently, \Wvision\Bundle\DataDefinitionsBundle\Provider\ArrayImportDataSet expects to get the entire dataset when importing. With streaming, there is no "entire dataset" available at any point, the data set should allow a nested interator / generator.