I used the component to read the csv file and set the database component.
CONCATENATE("INSERT INTO csat_result\r\n(date, extension, caller, resolved, rating)\r\nVALUES(",ReadWriteFile1.Result,")")
But he doesn't write to the database, it seems that the Values are missing single quotes for each...