Closed mjordan closed 4 years ago
Currently, the PluginPersistToCsv plugin provides less functionality than persisting to an RDBMS. Perhaps we can use the fine https://csv.thephpleague.com/ to provide additional functionality, or https://nyamsprod.com/blog/2018/using-doctrine-collections-to-improve-csv-filtering/ if we want integration with Doctrine.
PluginPersistToCsv
The CSV persister plugin is for demo and testing purposes only. Production instances should use the database persister. Closing this issue.
Currently, the
PluginPersistToCsv
plugin provides less functionality than persisting to an RDBMS. Perhaps we can use the fine https://csv.thephpleague.com/ to provide additional functionality, or https://nyamsprod.com/blog/2018/using-doctrine-collections-to-improve-csv-filtering/ if we want integration with Doctrine.