Hi,
I have some old weather data to import by “File Upload”.
Tis is a part of the data:
wetter,modul=aussenmodul temp=9.5,humitidy=90 1696111232
wetter,modul=aussenmodul temp=9.4,humitidy=90 1696111540
wetter,modul=aussenmodul temp=9.3,humitidy=90 1696111847
wetter,modul=aussenmodul temp=9.2,humitidy=90 1696112155
If I import the data by line protocol manually, it works and the data will be imported.
But if I want to import a whole file with data in it, it don’t work: “Failed to write data - invalid line protocol submitted”
I saved the file as a .txt-file. Is that the problem?
The data in the file ist like the four lines above. Do I need a header or something like this?