Write CSV data. line 2: no measurement column found

Hi, I tried to write my annotated CSV data to influx bucket, but after executing the command,
I see this error:

Error: Failed to write data: line 2: no measurement column found.

Before executing the target command, I executed the influx write dryrun from the fragment of my annotated CSV(below), and it worked well. If it’s important info, my CSV file has 188641 lines.

#datatype measurement,tag,field,field,field,time
m,meter_id,m3,t1,t2,time
readings,79806466,13.85,67.31,51.7,1610319660792
readings,79806466,13.19,67.29,51.65,1610319676807
readings,79806466,13.74,67.29,51.72,1610319692817
readings,79806466,13.2,67.27,51.67,1610319708869
readings,79806466,13.68,67.23,51.73,1610319724904
readings,79806466,13.43,67.22,51.68,1610319740952
readings,79806466,13.5,67.22,51.72,1610319757011
readings,79806466,13.61,67.17,51.69,1610319773038
readings,79806466,13.43,67.15,51.72,1610319789144

And the result was:

readings,meter_id=79806466 m3=13.85,t1=67.31,t2=51.7 1610319660792
readings,meter_id=79806466 m3=13.19,t1=67.29,t2=51.65 1610319676807
readings,meter_id=79806466 m3=13.74,t1=67.29,t2=51.72 1610319692817
readings,meter_id=79806466 m3=13.2,t1=67.27,t2=51.67 1610319708869
readings,meter_id=79806466 m3=13.68,t1=67.23,t2=51.73 1610319724904
readings,meter_id=79806466 m3=13.43,t1=67.22,t2=51.68 1610319740952
readings,meter_id=79806466 m3=13.5,t1=67.22,t2=51.72 1610319757011
readings,meter_id=79806466 m3=13.61,t1=67.17,t2=51.69 1610319773038
readings,meter_id=79806466 m3=13.43,t1=67.15,t2=51.72 1610319789144

Best regards.
Nikodem.

Hello @Nikodemski2002
I found this:

I couldn’t reproduce the error. It worked for me.