08-07-2021, 02:17 PM
(08-06-2021, 06:11 AM)Mpoint Wrote: The file size of hrs.data (utf-16 format) file are 102KB, 130KB, and 154KB, and when these files are converted to hrs_data.csv (ASCII format) files they display file sizes of 295KB, 384KB and 429KB respectively
I don't quite understand how the file ended up converted into UTF-16. It should just be a raw binary file. Anyhow if the filesize of 100K should contain several hundred 10 second records (each record is less than half a kilobyte).
I have written a parser to convert the binary format into CSV. See https://github.com/daniel-thompson/wasp-...06c83967f7 .