• Welcome to the new forum! We upgraded our forum software with a host of new boards, capabilities and features. It is also more secure.
    Jump in and join the conversation! You can learn more about the upgrade and new features here.

Example of session data import CSV file

Reskebil

New Forum Member
Joined
Dec 27, 2020
Messages
1
Reaction score
0
Do you have an example CSV import file (session data) ?
I have tried everything and cannot import the data from my iSpindle via ubidots.
Note that even the CSV file created by "Export CSV" in BeerSmith does not work in "Import CSV"
Thank you
My CSV file :
"Date","Temp?rature","Densit?","Jours",
"27/11/20 17:15:15","20.0","1.012","34.8",
"14/11/20 14:31:54","20.0","1.012","21.6",
"01/11/20 18:35:34","20.0","1.018","8.8",
"24/10/20 14:37:11","20.0","1.047","0.6",
 
It should look like this. Forget about the x (last column). The quotation could be a problem.

Code:
Date,Temperature,Gravity,Day,x
2020-12-30 18:15:44,12.0625,12.247778319861055,0,16
2020-12-30 22:08:15,11.5,12.30398995425351,0,32
2020-12-31 02:00:44,11.25,12.342278664465695,0,48
2020-12-31 05:53:23,11.4375,12.339973879341954,0,64
2020-12-31 09:46:00,11.375,12.421108064500018,0,80
2020-12-31 13:38:36,11.375,12.403354511352106,0,96

If you have the cance to run your own server for the iSpindle, you could use my repo where you can export data in a format for Beersmith. The server also allows forwarding data to ubidots.

iSpindle Server GIT Repo

 
Back
Top