Hello everyone,
I am new to Apache Nifi and would like to create a basic flow that takes a very simple CSV file (2 columns, 2 rows) as input and loads it into a MySQL database.
Here is the CSV file :

I have already created the "DBCPConnectionPool" service controller, which has been validated.

I use a GetFile processor to retrieve the file and a PutDatabaseRecord processor to try to write it to the database.
The PutDatabaseRecord processor is configured to use the CSVReader.

Here is the CSVreader controller service :

I have also created the target table :

That's the (very basic) flow :

However, I am encountering this error:

Could you please indicate what might be causing the problem?
Thank you very much in advance.
Julien