biodiversitydata-se / biologging-sensor-client

SBDI Biologging Sensor project - Client
GNU General Public License v3.0
1 stars 0 forks source link

Implemented functionality to fetch the first index or the latest vers… #73

Closed Khosiyat closed 2 months ago

Khosiyat commented 2 months ago

…ion of the zip file

https://biologging-data-lu.atlassian.net/browse/BIOSENSOR-11?atlOrigin=eyJpIjoiZjMyOWRhNjhiMzllNGU0Y2E5YmZjNjEyNDhkOWNmZDciLCJwIjoiaiJ9

Khosiyat commented 2 months ago

@zrohacova , I sorted the versions of the dataset in descending order based on their version number. Then, as you suggested last time, I retrieved the latest version of the dataset by accessing the first element of the sorted array, I mean the version with the highest version number. But, still not being able to retrieve the right format. Do you have any suggestions how to solve this format issue?