KWB-R / fakin.path.app

Shiny Application For Path Analysis
https://kwb-r.github.io/fakin.path.app
MIT License
0 stars 0 forks source link

Reading path file may return size column full of zero #1

Closed hsonne closed 2 years ago

hsonne commented 5 years ago

Check if there are problems reading a path file that contains sizes (number of bytes) that are too high to be stored in an integer. It seems to happen for 20190724_SUW_Department

hsonne commented 2 years ago

This seems to be ok (now). data.table::fread() is used to read the file. The function returns the length column as an integer64. In normalise_file_info() file size is converted to MiB (1024*1024 Bytes).