Hey,
I think config should setup should be updated to
class_loaders:
{ "CSV": { name: CSV, class: Doctrs\SonataImportBundle\Loaders\CsvFileLoader}}
Because when trying to use the current one, it tries to find key "CSV" and the indexes are numbered when loading from config file.
Hey,
I think config should setup should be updated to
Because when trying to use the current one, it tries to find key "CSV" and the indexes are numbered when loading from config file.