CSV Import plugin not working

hello,

Importing this CSV file (UTF8): (i have simplified at minimum to make it works)

TITLE;SUPPORT
Araignée du soir;Book
LES AILES TE PORTENT;Book

import processing seems to never ends. No message.

→ What means the status “Pending” or “Waiting” in the status Tab and how can it be deleted ?

I tried several times and all my imports are with status Pending. (or Waiting as my config is in French)

Thank you for help
jacques

LOGS:
::1 - - [27/Nov/2021:10:54:39 +0100] “GET /admin/ HTTP/1.1” 200 2342
::1 - - [27/Nov/2021:10:54:44 +0100] “GET /admin/csv-import HTTP/1.1” 200 3453
::1 - - [27/Nov/2021:10:54:45 +0100] “GET /plugins/CsvImport/views/admin/css/csv-import-main.css?v=3.0.1 HTTP/1.1” 304 -
::1 - - [27/Nov/2021:10:54:45 +0100] “GET /plugins/CsvImport/views/admin/javascripts/csv-import.js?v=3.0.1 HTTP/1.1” 304 -
::1 - - [27/Nov/2021:10:54:45 +0100] “GET /admin/themes/default/images/dropdown-arrow.png HTTP/1.1” 304 -
::1 - - [27/Nov/2021:10:54:46 +0100] “GET /admin/csv-import/index/browse HTTP/1.1” 200 2202
::1 - - [27/Nov/2021:10:54:48 +0100] “GET /admin/csv-import HTTP/1.1” 200 3453

What happens ?

After deinstall then re install of CSV Import plugin same:
::1 - - [27/Nov/2021:11:26:17 +0100] “POST /admin/plugins/install HTTP/1.1” 302 20
::1 - - [27/Nov/2021:11:26:17 +0100] “GET /admin/plugins HTTP/1.1” 200 3548
::1 - - [27/Nov/2021:11:26:20 +0100] “GET /admin/csv-import HTTP/1.1” 200 3446
::1 - - [27/Nov/2021:11:27:13 +0100] “-” 408 -
::1 - - [27/Nov/2021:11:27:57 +0100] “POST /admin/csv-import HTTP/1.1” 302 20
::1 - - [27/Nov/2021:11:27:58 +0100] “GET /admin/csv-import/index/map-columns HTTP/1.1” 200 2882
::1 - - [27/Nov/2021:11:28:03 +0100] “GET /application/views/scripts/images/silk-icons/add.png HTTP/1.1” 304 -
::1 - - [27/Nov/2021:11:29:29 +0100] “-” 408 -

Any incompatibility with apps versions and WAMP version 3.2.5 running localhost ?
Apache 2.4.48
Php 7.3.21
MySQL 5.7.31

Windows 10

I started over with a new empty database utf8 unicode ci
I put the double quotes around my column contents in the CSV as said in the documentation.
I changed Book type to Text type (default). the mapping seemes to be correct.

???

This topic was automatically closed after 250 days. New replies are no longer allowed.