Push data from a csv to influxdb

Hi team,

Am trying to download a report from Splunk and send data in the report into influxdb…

Went through the documents for writing a point in influx, where the curl command is available…

I have a question here… am using influxdb in windows, via postman am going to execute the below command…

curl -i -XPOST ‘http://localhost:8086/write?db=mydb’ --data-binary @cpu_data.txt

From the above command we could see @cpu_data.txt

Where do I need to place the txt ? Or can I mention the path as c://user/…/cpu_data.txt

Thanks in advance