Hi Esity, thanks, I need to use python for ingestion of the data into influx. I have read influx documentation to use either write_points or series helper class to push the data, in that documentation the given example is to convert that into dictionary having value and tags and then inject that measurement, see the below link.
https://influxdb-python.readthedocs.io/en/latest/api-documentation.html
The documentation you have shared i can’t understand how I would convert csv into line protocol and inject them using python program.
However, I have used those line protocols to inject the data manually by using command line interface for some limited rows only which worked well for me.
Would you like to share simple steps/ sample program here on how I could achieve it based on your earlier comments?