Here is the content of my ILP file that I have imported from InfluxDB2 and then split into respective measurment using a python script>
position,machine=SN6H1645 gpsaltitude=862.8 1710494667494000000
position,machine=SN6H1645 gpscourse=353 1710494663917000000
position,machine=SN6H1645 gpscourse=67.76 1710494664425000000
position,machine=SN6H1645 gpscourse=359.39 1710494664688000000
position,machine=SN6H1645 gpscourse=328.3 1710494664898000000
position,machine=SN6H1645 gpscourse=45.95 1710494664998000000
position,machine=SN6H1645 gpscourse=347.4 1710494665415000000
position,machine=SN6H1645 gpscourse=110.67 1710494665437000000
The data is a timeseries in InfluxDB 2, but when I have imported it into CrateDB it seems to be a simple table only.
Originally posted by @ZillKhan in #183