CSV Bilder Import Fehler?

Hallo Leute, ich wollte heute eine CSV Datei für die Artikelbilder importieren. Jedoch kam dann diese Fehlermeldung: An exception occurred while executing ‘INSERT INTO s_articles_img (articleID, article_detail_id, description, img, main, position, width, height, relations, extension, parent_id, media_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)’ with params [“652”, null, null, “37950_herzkissen15666efef43651”, “1”, null, 0, 0, “”, “jpg”, null, 1631]: SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘description’ cannot be null Stack Trace:#0 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php(167): Doctrine\DBAL\DBALException::driverExceptionDuringQuery(Object(PDOException), ‘INSERT INTO s_a…’, Array) #1 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/engine/Library/Doctrine/ORM/Persisters/BasicEntityPersister.php(279): Doctrine\DBAL\Statement->execute() #2 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(966): Doctrine\ORM\Persisters\BasicEntityPersister->executeInserts() #3 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php(335): Doctrine\ORM\UnitOfWork->executeInserts(Object(Doctrine\ORM\Mapping\ClassMetadata)) #4 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(389): Doctrine\ORM\UnitOfWork->commit(Object(Shopware\Models\Article\Image)) #5 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/engine/Shopware/Controllers/Backend/ImportExport.php(1711): Doctrine\ORM\EntityManager->flush(Object(Shopware\Models\Article\Image)) #6 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/engine/Shopware/Controllers/Backend/ImportExport.php(1565): Shopware_Controllers_Backend_ImportExport->importImages(’/var/www/vhosts…’) #7 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/engine/Library/Enlight/Controller/Action.php(159): Shopware_Controllers_Backend_ImportExport->importAction() #8 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/engine/Library/Enlight/Controller/Dispatcher/Default.php(524): Enlight_Controller_Action->dispatch(‘importAction’) #9 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/engine/Library/Enlight/Controller/Front.php(227): Enlight_Controller_Dispatcher_Default->dispatch(Object(Enlight_Controller_Request_RequestHttp), Object(Enlight_Controller_Response_ResponseHttp)) #10 /var/www/vhosts/lvps91-250-112-93.dedicated.hosteurope.de/site1/engine/Shopware/Kernel.php(143): Enlight_Controller_Front->dispatch() #11 /var/www/vhosts/lvps91-250-112-93.dedicated.h (Hoffentlich kann mir jemand weiterhelfen… Danke)

Weiss denn keiner eine Antwort? :frowning:

Fehler steht ja da: [quote]Column ‘description’ cannot be null[/quote] Die Spalte “description” muss befüllt sein.