Load Bulk data from csv files in influxdb?

Hi I am a newbie here… Started working on influxdb recently. I am trying to load bulk data from different sources like csv files into my influxdb. So can anyone suggest me how to bulk insert such data instead of writing queries.
Thanks in advance.

Might be easiest to write a python script to read in the CSV, format it, and then write it influxdb.

Just done that…thanks for your suggestion

@newbie

I am too facing same situation, and have no idea how to proceed.

Did you find any way for data insertion of bulk csv files to influxdb ?