Is this the csv file you referred to in your earlier
post in another thread? If so
wee_import is the tool to use but it cannot import the data in it's present format. You would need to merge the date (
Datum) and time (
Zeit) fields into a single field, eg 01.02.2020 and 00:00 would need to be 01.02.2020 00:00.
wee_import is fairly flexible in terms of the format of the single date-time field (any format, any order) but it must be a single field. Perhaps you can do this relatively easily using a spreadsheet or other editor? Another minor point but you will need to delete the second, third and fourth lines;
wee_import requires the csv file consist of only a header line and lines of data to be imported. This is easily taken care of though.