We have been using the built-in feature to archive data to an Amazon S3 bucket which is working fine and gives us the ability to retain data beyond the 6month limit of the Losant platform. Data in the bucket is separated into a new csv file each day for each device. We need to be able to work with this data in a format similar to the ‘data export’ feature the platform provides, meaning we get a single file with all of the archived data for a single device. Doing this within S3 is cumbersome because you have to download all of the daily files and then merge them together externally. Do you know of a simple tool or lambda function that has this functionality? We would like to use something readily available rather than writing our own tool and re-creating the wheel.
Thanks!