Telegraf inputs sv

Good afternoon. I ran into a problem. I have created a csv file and am reading data from it using telegraf in influxdb. With [[inputs.file]] I can only read the last line of the file. Are there any solutions in telegraf to parse the file from beginning to end line by line with a given interval?

@Boomberoon_Boomberoo the file plugin always reads all content of the file. Can you please post an example CSV file and your config?!?