CVS data import via influx write

Hey folks,

i need you help. I accidentally delete a data set (_measurement) during a copy operation yesterday. Fortunately, I have the output of the operation still in my bash. I try to re-ingest the data via CMD, but run into an error.

Bash out:

Result: to4
Table: keys: [_start, _stop, _field, _measurement, groupaddress, host, source, unit]
                   _start:time                      _stop:time           _field:string                                                    _measurement:string     groupaddress:string             host:string           source:string             unit:string                      _time:time                  _value:float
------------------------------  ------------------------------  ----------------------  ---------------------------------------------------------------------  ----------------------  ----------------------  ----------------------  ----------------------  ------------------------------  ----------------------------
2023-12-19T06:36:20.077899154Z  2024-12-18T12:36:20.077899154Z                   value  Versorgungstechnik.Energiezähler.Strom.Netzbezug.Wirkleistung-Gesamt                  13/1/2                telegraf                  1.1.80                       W  2024-01-14T14:44:58.202570348Z                           703
2023-12-19T06:36:20.077899154Z  2024-12-18T12:36:20.077899154Z                   value  Versorgungstechnik.Energiezähler.Strom.Netzbezug.Wirkleistung-Gesamt                  13/1/2                telegraf                  1.1.80                       W  2024-01-14T14:45:04.036562743Z                           785
2023-12-19T06:36:20.077899154Z  2024-12-18T12:36:20.077899154Z                   value  Versorgungstechnik.Energiezähler.Strom.Netzbezug.Wirkleistung-Gesamt                  13/1/2                telegraf                  1.1.80                       W  2024-01-14T14:45:06.147937937Z                           855

My CVS file:

#datatype measurement,tag,tag,tag,tag,dateTime:RFC3339,float
m,groupaddress,host,source,unit,time,float
Versorgungstechnik.Energiezähler.Strom.Netzbezug.Wirkleistung-Gesamt,13/1/2,telegraf,1.1.80,W,2024-01-14T14:44:58.202570348Z,703
Versorgungstechnik.Energiezähler.Strom.Netzbezug.Wirkleistung-Gesamt,13/1/2,telegraf,1.1.80,W,2024-01-14T14:45:04.036562743Z,785
Versorgungstechnik.Energiezähler.Strom.Netzbezug.Wirkleistung-Gesamt,13/1/2,telegraf,1.1.80,W,2024-01-14T14:45:06.147937937Z,855

Error is: “unable to parse… missing tag value”. Dryrun works fine. What do I wrong?