How to handle duplicate tag names in inline protocol

Hi all,
I’m trying to store my data into influx db by using inline protocol, but my tag names are same for all rows.

When im running my script its storing only one record.
How can I handle the duplicates to show all records?

Hi ,
you have to make sure that your time is different for each data point ,
Best regards

Hi Marcv,
Thanks for your advice…
I will change my code to sleep 1 sec after inserting every record.