Hello,
I am trying to test how to manually import CSV data into Thinger.
After perusing the following documentation I gather that the source .csv file is subject to a few restrictions: https://docs.thinger.io/features/buckets
Namely:
“;” used as separator.
A “ts” column in milliseconds.
Just for testing’s sake let us assume the following file: prueba_manual.csv
ts; nombre
11210.524279; evento1
19917.620121; evento2
After importing the file it says “Your bucket data has been imported!”, yet the preview window of the bucket is completely empty.
Perhaps the format of this test .csv file is not correct. Yet Thinger claims the data has been correctly imported to the bucket (even when providing a csv file with no ts column), while nothing is shown.
Might you please provide a short valid test .csv file or perhapps indicate what other issue might be at fault?
The timestamp is an integer, it should not have a ., and taking the integer part both ts are from 1970 (Thursday, 1 January 1970 5:31:57 the last one), note that the bucket shows data from selected period (last 24h by default), you would need to set from 1969 forward to check if it has the data stored.
The name of the column should be between ", for your example should be → "nombre", I think the strings evento1 and evento2, should be between " too.
Both dates are more current now, and I believe having the values between " helped as there is now some sort of tab-completion of similar values in the editor.
I import the data again, yet still cant see anything displayed.
I agree with you, for sure I would recommend you to start from scratch with an empty bucket, note that is a bad practice to have unconsistent data sets, all the fields or variables should be filled with each dataset stored-imported.