WernerSchwarz
Programmer
I have to read out some data from a csv-file which is in this format:
[ID], [Timestamp] ,[Temp in °C]
[ID], [Timestamp] ,[Temp in °C]
etc.
now i wanted to read it out with the fscanf() function, but when i used it it just reads till the first space and then stops. How can i solve this problem?
[ID], [Timestamp] ,[Temp in °C]
[ID], [Timestamp] ,[Temp in °C]
etc.
now i wanted to read it out with the fscanf() function, but when i used it it just reads till the first space and then stops. How can i solve this problem?