• 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.

Tilt CSV Format

duncan.brown

Apprentice
Joined
Jul 27, 2020
Messages
4
Reaction score
0
Hi,

I have some Tilt data that I'd like to import into BeerSmith 3.1. Does anyone know what the format of the Tilt CSV data should be? The regular CSV file looks like Date,Temp,Gravity,Days, but I'm looking for the Tilt format so I can use the filtering option to limit the number of points read in.

Thanks!
 
I believe the program will pick up the relevant columns in Tilt format - Date, gravity and temp.

Brad
 
Hi Brad,

Thanks, but I think I'm still doing something wrong. My Tilt CSV data looks like this:

Code:
,,3/31/2019 10:32:27,1.016,71.0,RED,Pliny the Elder,
,,3/31/2019 10:17:27,1.016,71.0,RED,Pliny the Elder,
,,3/31/2019 10:02:26,1.016,71.0,RED,Pliny the Elder,
,,3/31/2019 9:47:27,1.016,71.0,RED,Pliny the Elder,
,,3/31/2019 9:32:27,1.016,71.0,RED,Pliny the Elder,
,,3/31/2019 9:17:27,1.016,71.0,RED,Pliny the Elder,
,,3/31/2019 9:02:26,1.016,71.0,RED,Pliny the Elder,
,,3/31/2019 8:47:27,1.016,71.0,RED,Pliny the Elder,
and so on. When I try and read it in, nothing happens. Reading in BeerSmith CSV data in the format below works fine

Code:
"06 Apr 2019 07:33:44 AM","68.0","-","23.3",
"31 Mar 2019 02:02:34 PM","71.0","1.016","17.6",
"24 Mar 2019 01:32:03 PM","71.0","1.028","10.6",
"21 Mar 2019 09:02:30 PM","67.0","1.036","7.9",
"16 Mar 2019 01:24:46 PM","65.0","1.053","2.6",
"14 Mar 2019 09:49:14 PM","67.0","1.069","0.9",
"14 Mar 2019 05:49:00 PM","66.0","1.074","0.7",

Any ideas? Is the format of my Tilt CSV data correct?
 
Duncan, a quick look at a downloaded Tilt csv file of mine shows that you have the correct format... is it possible that BS3 is looking for some kind of header info before all that?
 
Thanks for checking it. I'm completely failing to upload this. Brad, any tips on the correct format?
 
Back
Top