Summary
In this chapter, you learned how to import and export data using the standard Pimcore functionalities, which let you import and export CSV files after having defined the respective import and export configurations.
After having described how to properly set up these configurations, you learned which limitations you might encounter when performing these standard functionalities, and how to implement a custom operator to be used in the CSV import process.
Later in this chapter, you learned how to implement custom solutions for importing and exporting. In particular, you learned how to add custom buttons to the Pimcore backend interface, which lets you upload and download files, and how to create commands that can be invoked by the Pimcore console and, eventually, scheduled as background processes.
In the last section, you finally learned how to enable the Data Importer plugin to create import configurations from different kinds of sources, which you can execute manually...