Live updating CSV and influxDB

I have a DDS subscriber that is written in C++ and can output a CSV. These files will have unique names for every run I do. I am trying to get this data into the influxDB live so I can use grafana to view live results. It seems like the telegraf CSV function is for upload fully finished CSVs. Any idea on how to do this? (I can edit the C++ program)

Hello @mdavies23,
Welcome!
What version of InfluxDB are you using?
I recommend using the following telegraf plugin to write CSV to InfluxDB:

Especially if you’re writing data to the CSV often.