Adding headers to the exported CSV file would increase the readability of the generated file. This would also require changes to the import from CSV function to handle any added headers.
As we add the import/export feature to more modules, it would probably be best to not only add the appropriate column headers but also add the module's alias and the actual class of the module to make it more clear what you are editing.
Adding headers to the exported CSV file would increase the readability of the generated file. This would also require changes to the import from CSV function to handle any added headers.
As we add the import/export feature to more modules, it would probably be best to not only add the appropriate column headers but also add the module's alias and the actual class of the module to make it more clear what you are editing.